- Sort Score
- Num 10 results
- Language All
Results 651 - 660 of 2,336 for super (0.02 seconds)
-
guava-tests/test/com/google/common/collect/CompactLinkedHashMapFloodingTest.java
@GwtIncompatible @NullUnmarked public class CompactLinkedHashMapFloodingTest extends AbstractHashFloodingTest<Map<Object, Object>> { public CompactLinkedHashMapFloodingTest() { super( ImmutableList.of(Construction.mapFromKeys(CompactLinkedHashMap::create)), n -> n * log(n), ImmutableList.of(QueryOp.MAP_GET)); }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 1.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/UninterruptibleMonitorTest.java
* * @author Justin T. Sampson */ @NullUnmarked @GwtIncompatible @J2ktIncompatible public class UninterruptibleMonitorTest extends MonitorTestCase { public UninterruptibleMonitorTest() { super(false); }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 1.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/InterruptibleMonitorTest.java
* * @author Justin T. Sampson */ @NullUnmarked @GwtIncompatible @J2ktIncompatible public class InterruptibleMonitorTest extends MonitorTestCase { public InterruptibleMonitorTest() { super(true); }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 1K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/transfer/BatchModeMavenTransferListener.java
/** * BatchModeMavenTransferListener */ @Deprecated public class BatchModeMavenTransferListener extends AbstractMavenTransferListener { public BatchModeMavenTransferListener(PrintStream out) { super(out); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 1.1K bytes - Click Count (0) -
android/guava/src/com/google/common/graph/DirectedMultiNetworkConnections.java
public N removeInEdge(E edge, boolean isSelfLoop) { N node = super.removeInEdge(edge, isSelfLoop); Multiset<N> predecessors = getReference(predecessorsReference); if (predecessors != null) { checkState(predecessors.remove(node)); } return node; } @Override public N removeOutEdge(E edge) { N node = super.removeOutEdge(edge);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 4.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/osdd/OsddAction.java
/** * OSDD (OpenSearch Description Document) action. */ public class OsddAction extends FessSearchAction { /** * Default constructor. */ public OsddAction() { super(); } // =================================================================================== // Constant //
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/EditForm.java
* */ public class EditForm extends CreateForm { /** * Creates a new EditForm instance. */ public EditForm() { super(); } /** * The unique identifier of the protected words dictionary entry being edited. * This is a required field for identifying which dictionary entry to update. */ @RequiredCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/protwords/ProtwordsCreator.java
/** * Constructor for ProtwordsCreator. * Initializes the creator with a pattern to match protwords files. */ public ProtwordsCreator() { super("protwords.*\\.txt"); } /** * Registers this creator with the dictionary manager. * This method is called automatically after construction to add this creator to the dictionary manager. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/score/ScoreUpdater.java
import org.apache.logging.log4j.Logger; /** * This class updates scores of documents. */ public class ScoreUpdater { /** * Constructor. */ public ScoreUpdater() { super(); } private static final Logger logger = LogManager.getLogger(ScoreUpdater.class); private final List<ScoreBooster> scoreBoosterList = new ArrayList<>(); /** * Executes all score boosters.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 2K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/msrpc/MsrpcSamrOpenDomain.java
* @param domainHandle the domain handle to be populated */ public MsrpcSamrOpenDomain(final SamrPolicyHandle handle, final int access, final rpc.sid_t sid, final SamrDomainHandle domainHandle) { super(handle, access, sid, domainHandle); this.ptype = 0; this.flags = DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 1.7K bytes - Click Count (0)