- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 4,665 for extenders (0.06 seconds)
-
android/guava/src/com/google/common/collect/HashMultiset.java
* * @author Kevin Bourrillion * @author Jared Levy * @since 2.0 */ @GwtCompatible public final class HashMultiset<E extends @Nullable Object> extends AbstractMapBasedMultiset<E> { /** Creates a new, empty {@code HashMultiset} using the default initial capacity. */ public static <E extends @Nullable Object> HashMultiset<E> create() { return create(ObjectCountHashMap.DEFAULT_SIZE); } /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 2.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsWebConfigBhv.java
} protected <ENTITY extends WebConfig> ENTITY doSelectByPK(String id, Class<? extends ENTITY> tp) { return doSelectEntity(xprepareCBAsPK(id), tp); } protected WebConfigCB xprepareCBAsPK(String id) { assertObjectNotNull("id", id); return newConditionBean().acceptPK(id); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 10.9K bytes - Click Count (0) -
guava/src/com/google/common/collect/Sets.java
* * @since 3.0 */ public static <E extends @Nullable Object> SetView<E> symmetricDifference( Set<? extends E> set1, Set<? extends E> set2) { checkNotNull(set1, "set1"); checkNotNull(set2, "set2"); return new SetView<E>() { @Override public UnmodifiableIterator<E> iterator() { Iterator<? extends E> itr1 = set1.iterator();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 83K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ForwardingTable.java
* * @author Gregory Kick * @since 7.0 */ @GwtCompatible public abstract class ForwardingTable< R extends @Nullable Object, C extends @Nullable Object, V extends @Nullable Object> extends ForwardingObject implements Table<R, C, V> { /** Constructor for use by subclasses. */ protected ForwardingTable() {} @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 3.8K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/AbstractTransformFuture.java
abstract class AbstractTransformFuture< I extends @Nullable Object, O extends @Nullable Object, F, T extends @Nullable Object> extends FluentFuture.TrustedFuture<O> implements Runnable { static <I extends @Nullable Object, O extends @Nullable Object> ListenableFuture<O> createAsync( ListenableFuture<I> input, AsyncFunction<? super I, ? extends O> function, Executor executor) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Feb 20 18:03:37 GMT 2025 - 10.8K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java
} private abstract class WithGenericBound<A> { @Keep public <B extends A> void withTypeVariable(List<B> list) {} @Keep public <E extends Enum<E>> void withRecursiveBound(List<E> list) {} @Keep public <K extends List<V>, V extends List<K>> void withMutualRecursiveBound( List<Map<K, V>> list) {} @Keep
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 19.6K bytes - Click Count (0) -
guava-testlib/src/com/google/common/collect/testing/DerivedCollectionGenerators.java
return mapGenerator; } } public static class MapSortedKeySetGenerator< K extends @Nullable Object, V extends @Nullable Object> extends MapKeySetGenerator<K, V> implements TestSortedSetGenerator<K> { private final TestSortedMapGenerator<K, V> delegate; public MapSortedKeySetGenerator(Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 30 16:59:10 GMT 2025 - 18.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java
} private abstract class WithGenericBound<A> { @Keep public <B extends A> void withTypeVariable(List<B> list) {} @Keep public <E extends Enum<E>> void withRecursiveBound(List<E> list) {} @Keep public <K extends List<V>, V extends List<K>> void withMutualRecursiveBound( List<Map<K, V>> list) {} @Keep
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 19.6K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/RowSortedTable.java
* Table} interface. * * @author Warren Dukes * @since 8.0 */ @GwtCompatible public interface RowSortedTable< R extends @Nullable Object, C extends @Nullable Object, V extends @Nullable Object> extends Table<R, C, V> { /** * {@inheritDoc} * * <p>This method returns a {@link SortedSet}, instead of the {@code Set} specified in the {@link * Table} interface. */ @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 1.7K bytes - Click Count (0) -
guava/src/com/google/common/collect/RowSortedTable.java
* Table} interface. * * @author Warren Dukes * @since 8.0 */ @GwtCompatible public interface RowSortedTable< R extends @Nullable Object, C extends @Nullable Object, V extends @Nullable Object> extends Table<R, C, V> { /** * {@inheritDoc} * * <p>This method returns a {@link SortedSet}, instead of the {@code Set} specified in the {@link * Table} interface. */ @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 1.7K bytes - Click Count (0)