- Sort Score
- Num 10 results
- Language All
Results 1441 - 1450 of 3,422 for _extends (0.41 seconds)
-
src/main/java/org/codelibs/fess/opensearch/log/cbean/ca/UserInfoCA.java
*/ package org.codelibs.fess.opensearch.log.cbean.ca; import org.codelibs.fess.opensearch.log.cbean.ca.bs.BsUserInfoCA; /** * @author ESFlute (using FreeGen) */ public class UserInfoCA extends BsUserInfoCA {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 832 bytes - Click Count (0) -
android/guava-tests/test/com/google/common/reflect/PackageSanityTests.java
import com.google.common.testing.AbstractPackageSanityTests; import org.jspecify.annotations.NullUnmarked; /** Tests nulls for the entire package. */ @NullUnmarked
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 874 bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableCollection.java
// just to do everything we can to emphasize the "practically an interface" nature of this class. public abstract class ImmutableCollection<E> extends AbstractCollection<E> implements Serializable { /* * We expect SIZED (and SUBSIZED, if applicable) to be added by the spliterator factory methods.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 18.7K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/JdkFutureAdaptersTest.java
/** * Unit tests for {@link JdkFutureAdapters}. * * @author Sven Mawson * @author Kurt Alfred Kluever */ @NullUnmarked @GwtIncompatible @J2ktIncompatible public class JdkFutureAdaptersTest extends TestCase { private static final String DATA1 = "data"; public void testListenInPoolThreadReturnsSameFuture() throws Exception { ListenableFuture<String> listenableFuture = immediateFuture(DATA1);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 10K bytes - Click Count (0) -
android/guava/src/com/google/common/io/Resources.java
*/ public static ByteSource asByteSource(URL url) { return new UrlByteSource(url); } /** A byte source that reads from a URL using {@link URL#openStream()}. */ private static final class UrlByteSource extends ByteSource { private final URL url; private UrlByteSource(URL url) { this.url = checkNotNull(url); } @Override public InputStream openStream() throws IOException {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 7.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsSqlClause.java
package org.codelibs.fess.opensearch.config.allcommon; import org.dbflute.cbean.sqlclause.AbstractSqlClause; import org.dbflute.dbway.DBWay; /** * @author ESFlute (using FreeGen) */ public class EsSqlClause extends AbstractSqlClause { private static final long serialVersionUID = 1L; public EsSqlClause(String tableDbName) { super(tableDbName); } @Override public void lockForUpdate() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsSqlClause.java
package org.codelibs.fess.opensearch.user.allcommon; import org.dbflute.cbean.sqlclause.AbstractSqlClause; import org.dbflute.dbway.DBWay; /** * @author ESFlute (using FreeGen) */ public class EsSqlClause extends AbstractSqlClause { private static final long serialVersionUID = 1L; public EsSqlClause(String tableDbName) { super(tableDbName); } @Override public void lockForUpdate() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 2K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/DefaultsTest.java
import org.jspecify.annotations.NullUnmarked; /** * Unit test for {@link Defaults}. * * @author Jige Yu */ @J2ktIncompatible @GwtIncompatible @NullUnmarked public class DefaultsTest extends TestCase { public void testGetDefaultValue() { assertEquals(false, Defaults.defaultValue(boolean.class).booleanValue()); assertEquals('\0', Defaults.defaultValue(char.class).charValue());Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Feb 26 02:41:17 GMT 2026 - 1.7K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/TestIntegerSortedSetGenerator.java
* Create integer sets for testing collections that are sorted by natural ordering. * * @author Chris Povirk * @author Jared Levy */ @GwtCompatible @NullMarked public abstract class TestIntegerSortedSetGenerator extends TestIntegerSetGenerator { @Override protected abstract SortedSet<Integer> create(Integer[] elements); /** Sorts the elements by their natural ordering. */ /*Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Feb 11 19:03:19 GMT 2025 - 1.6K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/ClosingFutureLeakTest.java
import junit.framework.TestCase; import org.jspecify.annotations.NullUnmarked; /** Tests for {@link ClosingFuture} leaks. */ @NullUnmarked @GwtIncompatible @J2ktIncompatible public class ClosingFutureLeakTest extends TestCase { public void testLeak() { TestCloseable closeable = new TestCloseable("closeable"); awaitClear(leakClosingFuture(closeable)); assertThat(closeable.awaitClosed()).isTrue(); }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 1.8K bytes - Click Count (0)