- Sort Score
- Result 10 results
- Languages All
Results 1051 - 1060 of 1,846 for complements (0.05 sec)
-
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/building/DefaultSettingsProblem.java
* that exhibits the problem. * * @deprecated since 4.0.0, use {@link org.apache.maven.api.services.SettingsBuilder} instead */ @Deprecated(since = "4.0.0") public class DefaultSettingsProblem implements SettingsProblem { private final String source; private final int lineNumber; private final int columnNumber; private final String message; private final Exception exception;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 4.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultArtifactManager.java
* {@link InternalSession#getAllServices()}. */ @Named @Typed({ArtifactManager.class, Service.class}) @SessionScoped public class DefaultArtifactManager implements ArtifactManager { @Nonnull private final InternalMavenSession session; private final Map<String, Path> paths = new ConcurrentHashMap<>(); @InjectRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 16:01:38 UTC 2025 - 4.4K bytes - Viewed (0) -
guava/src/com/google/common/collect/AbstractNavigableMap.java
* * @author Louis Wasserman */ @GwtIncompatible abstract class AbstractNavigableMap<K extends @Nullable Object, V extends @Nullable Object> extends IteratorBasedAbstractMap<K, V> implements NavigableMap<K, V> { @Override public abstract @Nullable V get(@Nullable Object key); @Override public @Nullable Entry<K, V> firstEntry() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 4.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/AllocInfoTest.java
@BeforeEach void setUp() { MockitoAnnotations.openMocks(this); } /** * Test implementation class for AllocInfo interface */ static class TestAllocInfo implements AllocInfo { private final long capacity; private final long free; private byte fileSystemInformationClass = FS_SIZE_INFO; TestAllocInfo(long capacity, long free) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/base/FunctionsTest.java
Function<String, String> unusedJapaneseToSpanish = Functions.compose(numberToSpanish, japaneseToInteger); } private static class HashCodeFunction implements Function<@Nullable Object, Integer> { @Override public Integer apply(@Nullable Object o) { return (o == null) ? 0 : o.hashCode(); } } public void testComposeOfFunctionsIsAssociative() {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 16:03:47 UTC 2025 - 16K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableRangeMap.java
* detailed at {@link ImmutableCollection}. * * @author Louis Wasserman * @since 14.0 */ @GwtIncompatible // NavigableMap public class ImmutableRangeMap<K extends Comparable<?>, V> implements RangeMap<K, V>, Serializable { private static final ImmutableRangeMap<Comparable<?>, Object> EMPTY = new ImmutableRangeMap<>(ImmutableList.of(), ImmutableList.of()); /**Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 23 17:50:58 UTC 2025 - 14.8K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/base/FunctionsTest.java
Function<String, String> unusedJapaneseToSpanish = Functions.compose(numberToSpanish, japaneseToInteger); } private static class HashCodeFunction implements Function<@Nullable Object, Integer> { @Override public Integer apply(@Nullable Object o) { return (o == null) ? 0 : o.hashCode(); } } public void testComposeOfFunctionsIsAssociative() {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 16:03:47 UTC 2025 - 16K 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: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K 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: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/ProtwordsPager.java
import 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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.3K bytes - Viewed (0)