- Sort Score
 - Result 10 results
 - Languages All
 
Results 2991 - 3000 of 3,691 for Private (0.15 sec)
- 
				
				
android/guava-testlib/src/com/google/common/collect/testing/TestsForSetsInJavaUtil.java
.createTestSuite(); } private static String[] dedupe(String[] elements) { Set<String> tmp = new LinkedHashSet<>(); Collections.addAll(tmp, elements); return tmp.toArray(new String[0]); } static <T> Comparator<T> arbitraryNullFriendlyComparator() { return new NullFriendlyComparator<>(); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 15K bytes - Viewed (0) - 
				
				
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryFSInformationTest.java
import jcifs.internal.smb1.trans.SmbComTransaction; import jcifs.internal.util.SMBUtil; class Trans2QueryFSInformationTest { private Trans2QueryFSInformation trans2QueryFSInfo; private Configuration config; @Mock private Configuration mockConfig; @BeforeEach void setUp() throws Exception { MockitoAnnotations.openMocks(this);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.9K bytes - Viewed (0) - 
				
				
android/guava/src/com/google/common/base/PairwiseEquivalence.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jun 04 13:03:16 UTC 2025 - 2.4K bytes - Viewed (0) - 
				
				
android/guava/src/com/google/common/collect/FilteredKeySetMultimap.java
} @Override public Set<Entry<K, V>> entries() { return (Set<Entry<K, V>>) super.entries(); } @Override Set<Entry<K, V>> createEntries() { return new EntrySet(); } private final class EntrySet extends Entries implements Set<Entry<K, V>> { @Override public int hashCode() { return Sets.hashCodeImpl(this); } @Override public boolean equals(@Nullable Object o) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 2.1K bytes - Viewed (0) - 
				
				
android/guava/src/com/google/common/util/concurrent/Partially.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 1.9K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/core/exception/ClIllegalArgumentException.java
/** * Exception that wraps {@link IllegalArgumentException}. * * @author koichik */ public class ClIllegalArgumentException extends IllegalArgumentException { private static final long serialVersionUID = -3701473506893554853L; /** Name of the argument that is {@code null} */ protected final String argName; /** Message code */ protected final String messageCode;Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 2.6K bytes - Viewed (0) - 
				
				
src/main/java/jcifs/internal/smb2/ioctl/SrvRequestResumeKeyResponse.java
/** * Constructs a new SrvRequestResumeKeyResponse. * This response contains the resume key used for server-side copy operations. */ public SrvRequestResumeKeyResponse() { } private byte[] resumeKey; /** * Gets the resume key for server-side copy operations * @return the resumeKey */ public byte[] getResumeKey() { return this.resumeKey; } /**Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.2K bytes - Viewed (0) - 
				
				
src/main/java/jcifs/smb1/smb1/TransPeekNamedPipeResponse.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.smb1.smb1; class TransPeekNamedPipeResponse extends SmbComTransactionResponse { private final SmbNamedPipe pipe; static final int STATUS_DISCONNECTED = 1; static final int STATUS_LISTENING = 2; static final int STATUS_CONNECTION_OK = 3; static final int STATUS_SERVER_END_CLOSED = 4;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 2.3K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/fess/helper/RelatedContentHelper.java
* initialization is handled by the {@link #init()} method annotated with * {@code @PostConstruct}. */ public RelatedContentHelper() { super(); } private static final Logger logger = LogManager.getLogger(RelatedContentHelper.class); /** * Cache map storing related content configurations organized by virtual host key.Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.2K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/fess/app/web/api/admin/dict/synonym/ApiAdminDictSynonymAction.java
/** * Default constructor. */ public ApiAdminDictSynonymAction() { super(); } private static final Logger logger = LogManager.getLogger(ApiAdminDictSynonymAction.class); @Resource private SynonymService synonymService; /** * Retrieves synonym dictionary settings with pagination support. * * @param dictId the dictionary IDRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.3K bytes - Viewed (0)