- Sort Score
- Result 10 results
- Languages All
Results 701 - 710 of 1,348 for complements (0.05 sec)
- 
				
				android/guava/src/com/google/common/collect/TreeBasedTable.java* @since 7.0 */ @GwtCompatible public class TreeBasedTable<R, C, V> extends StandardRowSortedTable<R, C, V> { private final Comparator<? super C> columnComparator; private static final class Factory<C, V> implements Supplier<Map<C, V>>, Serializable { final Comparator<? super C> comparator; Factory(Comparator<? super C> comparator) { this.comparator = comparator; } @Override Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 18 15:05:43 UTC 2025 - 11.6K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/app/pager/ProtwordsPager.javaimport org.codelibs.fess.util.ComponentUtil; /** * Pager for protected words dictionary management. * This class handles pagination functionality for browsing protected words. */ public class ProtwordsPager implements Serializable { /** * Default constructor. */ public ProtwordsPager() { // Default constructor } private static final long serialVersionUID = 1L;Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.3K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/collect/ForwardingBlockingDeque.java* com.google.common.util.concurrent.ForwardingBlockingDeque} instead. */ @Deprecated @J2ktIncompatible @GwtIncompatible public abstract class ForwardingBlockingDeque<E> extends ForwardingDeque<E> implements BlockingDeque<E> { /** Constructor for use by subclasses. */ protected ForwardingBlockingDeque() {} @Override protected abstract BlockingDeque<E> delegate(); @Override Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 4.3K bytes - Viewed (0)
- 
				
				guava-tests/test/com/google/common/reflect/AbstractInvocationHandlerTest.javainterfaces, new DelegatingInvocationHandlerWithEquals("a string")); } private static class DelegatingInvocationHandler extends AbstractInvocationHandler implements Serializable { final Object delegate; DelegatingInvocationHandler(Object delegate) { this.delegate = checkNotNull(delegate); } @OverrideRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 28 02:48:50 UTC 2024 - 5.7K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb1/ntlmssp/NtlmMessage.java*/ package jcifs.smb1.ntlmssp; import jcifs.smb1.Config; /** * Abstract superclass for all NTLMSSP messages. */ public abstract class NtlmMessage implements NtlmFlags { /** * Default constructor. */ protected NtlmMessage() { // Protected constructor for abstract class } /** * The NTLMSSP "preamble". */Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.6K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/smb2/persistent/DurableHandleV2Request.javaimport jcifs.internal.util.SMBUtil; /** * SMB2 Durable Handle V2 Request Create Context (DH2Q) * * MS-SMB2 Section 2.2.13.2.4 */ public class DurableHandleV2Request implements CreateContextRequest { /** * Context name for durable handle V2 request */ public static final String CONTEXT_NAME = "DH2Q"; Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 5.2K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/smb2/info/Smb2SetInfoRequest.java* security information, or other metadata on the server. * * @author mbechler * */ public class Smb2SetInfoRequest extends ServerMessageBlock2Request<Smb2SetInfoResponse> implements RequestWithFileId { private byte[] fileId; private byte infoType; private byte fileInfoClass; private int additionalInformation; private Encodable info; /** Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.7K bytes - Viewed (0)
- 
				
				api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactFactoryRequest.javasession, trace, groupId, artifactId, version, classifier, extension, type); } private static class DefaultArtifactFactoryRequest extends BaseRequest<Session> implements ArtifactFactoryRequest { private final String groupId; private final String artifactId; private final String version; private final String classifier;Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 7.3K bytes - Viewed (0)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/client/CrawlerClientFactoryWrapper.java* * All crawler client management operations (adding, getting clients, setting client map) are delegated * to the wrapped factory instance. * * This class implements the decorator pattern to extend CrawlerClientFactory functionality while * maintaining the same interface. * */ public class CrawlerClientFactoryWrapper extends CrawlerClientFactory { /** Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 5.2K bytes - Viewed (0)
- 
				
				docs/smb3-features/06-witness-protocol-design.md} ``` ### 4.3 Witness Client ```java package jcifs.internal.witness; import jcifs.dcerpc.*; import jcifs.dcerpc.rpc.*; import java.util.concurrent.*; public class WitnessClient implements AutoCloseable { private final InetAddress witnessServer; private final int port; private final CIFSContext context; private final ConcurrentHashMap<String, WitnessRegistration> registrations;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0)