Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
org.eclipse.collections.api.factory.bag.primitive | |
org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
org.eclipse.collections.api.factory.set.primitive | |
org.eclipse.collections.api.factory.stack.primitive | |
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.api.ordered.primitive | |
org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
org.eclipse.collections.impl |
This package contains implementations for Eclipse Collections API.
|
org.eclipse.collections.impl.bag.immutable.primitive |
This package contains implementations of the immutable primitive bag interfaces.
|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap interface. |
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.list.immutable.primitive |
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.set.immutable.primitive |
This package contains implementations of the immutable primitive set interfaces.
|
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.set.primitive | |
org.eclipse.collections.impl.stack.immutable.primitive |
This package contains implementations of the immutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.utility.internal.primitive | |
org.eclipse.collections.impl.utility.primitive |
Modifier and Type | Interface and Description |
---|---|
interface |
LazyShortIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.
|
Modifier and Type | Method and Description |
---|---|
ShortIterable |
RichIterable.collectShort(ShortFunction<? super T> shortFunction)
Returns a new primitive
short iterable with the results of applying the specified function on each element
of the source collection. |
ShortIterable |
ShortIterable.reject(ShortPredicate predicate) |
ShortIterable |
ShortIterable.select(ShortPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
ShortIterable.containsAll(ShortIterable source) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableShortBag
This file was automatically generated from template file immutablePrimitiveBag.stg.
|
interface |
MutableShortBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
interface |
ShortBag
This file was automatically generated from template file primitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableShortBag |
ImmutableShortBag.newWithAll(ShortIterable elements) |
ImmutableShortBag |
ImmutableShortBag.newWithoutAll(ShortIterable elements) |
MutableShortBag |
MutableShortBag.withAll(ShortIterable elements) |
MutableShortBag |
MutableShortBag.withoutAll(ShortIterable elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableShortCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.
|
interface |
MutableShortCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MutableShortCollection.addAll(ShortIterable source) |
ImmutableShortCollection |
ImmutableShortCollection.newWithAll(ShortIterable elements) |
ImmutableShortCollection |
ImmutableShortCollection.newWithoutAll(ShortIterable elements) |
boolean |
MutableShortCollection.removeAll(ShortIterable source) |
boolean |
MutableShortCollection.retainAll(ShortIterable elements) |
MutableShortCollection |
MutableShortCollection.withAll(ShortIterable elements) |
MutableShortCollection |
MutableShortCollection.withoutAll(ShortIterable elements) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortBag |
ImmutableShortBagFactory.ofAll(ShortIterable items)
|
MutableShortBag |
MutableShortBagFactory.ofAll(ShortIterable items)
|
ImmutableShortBag |
ImmutableShortBagFactory.withAll(ShortIterable items) |
MutableShortBag |
MutableShortBagFactory.withAll(ShortIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableShortList |
MutableShortListFactory.ofAll(ShortIterable items)
|
ImmutableShortList |
ImmutableShortListFactory.ofAll(ShortIterable items)
|
MutableShortList |
MutableShortListFactory.withAll(ShortIterable items) |
ImmutableShortList |
ImmutableShortListFactory.withAll(ShortIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortSet |
ImmutableShortSetFactory.ofAll(ShortIterable items)
|
MutableShortSet |
MutableShortSetFactory.ofAll(ShortIterable items)
|
ImmutableShortSet |
ImmutableShortSetFactory.withAll(ShortIterable items) |
MutableShortSet |
MutableShortSetFactory.withAll(ShortIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortStack |
ImmutableShortStackFactory.ofAll(ShortIterable items)
|
MutableShortStack |
MutableShortStackFactory.ofAll(ShortIterable items)
|
ImmutableShortStack |
ImmutableShortStackFactory.ofAllReversed(ShortIterable items)
|
MutableShortStack |
MutableShortStackFactory.ofAllReversed(ShortIterable items)
|
ImmutableShortStack |
ImmutableShortStackFactory.withAll(ShortIterable items) |
MutableShortStack |
MutableShortStackFactory.withAll(ShortIterable items) |
ImmutableShortStack |
ImmutableShortStackFactory.withAllReversed(ShortIterable items) |
MutableShortStack |
MutableShortStackFactory.withAllReversed(ShortIterable items) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableShortList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableShortList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
interface |
ShortList
This file was automatically generated from template file primitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MutableShortList.addAllAtIndex(int index,
ShortIterable source) |
ImmutableShortList |
ImmutableShortList.newWithAll(ShortIterable elements) |
ImmutableShortList |
ImmutableShortList.newWithoutAll(ShortIterable elements) |
MutableShortList |
MutableShortList.withAll(ShortIterable elements) |
MutableShortList |
MutableShortList.withoutAll(ShortIterable elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
CharShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
DoubleShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
FloatShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
ImmutableByteShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableCharShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableDoubleShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableFloatShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableIntShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableLongShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableObjectShortMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
ImmutableShortShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
IntShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
LongShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
MutableByteShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableCharShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableDoubleShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableIntShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableLongShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableObjectShortMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
interface |
MutableShortShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableShortValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
|
interface |
ObjectShortMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.
|
interface |
ShortShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
ShortValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrderedShortIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.
|
interface |
ReversibleShortIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableShortSet
This file was automatically generated from template file immutablePrimitiveSet.stg.
|
interface |
MutableShortSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
interface |
ShortSet
This file was automatically generated from template file primitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableShortSet |
ImmutableShortSet.newWithAll(ShortIterable elements) |
ImmutableShortSet |
ImmutableShortSet.newWithoutAll(ShortIterable elements) |
MutableShortSet |
MutableShortSet.withAll(ShortIterable elements) |
MutableShortSet |
MutableShortSet.withoutAll(ShortIterable elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableShortStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableShortStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
interface |
ShortStack
This file was automatically generated from template file primitiveStack.stg.
|
Modifier and Type | Method and Description |
---|---|
ShortIterable |
UnmodifiableRichIterable.collectShort(ShortFunction<? super T> shortFunction) |
ShortIterable |
SynchronizedRichIterable.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortBag |
ImmutableShortBagFactoryImpl.ofAll(ShortIterable items) |
ImmutableShortBag |
ImmutableShortBagFactoryImpl.withAll(ShortIterable items) |
Modifier and Type | Class and Description |
---|---|
class |
ShortHashBag
ShortHashBag is similar to
HashBag , and is memory-optimized for short primitives. |
class |
SynchronizedShortBag
A synchronized view of a
MutableShortBag . |
class |
UnmodifiableShortBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ShortHashBag.addAll(ShortIterable source) |
static ShortHashBag |
ShortHashBag.newBag(ShortIterable source) |
MutableShortBag |
MutableShortBagFactoryImpl.ofAll(ShortIterable items) |
boolean |
ShortHashBag.removeAll(ShortIterable source) |
boolean |
ShortHashBag.retainAll(ShortIterable source) |
UnmodifiableShortBag |
UnmodifiableShortBag.withAll(ShortIterable elements) |
ShortHashBag |
ShortHashBag.withAll(ShortIterable iterable) |
MutableShortBag |
MutableShortBagFactoryImpl.withAll(ShortIterable items) |
SynchronizedShortBag |
SynchronizedShortBag.withAll(ShortIterable elements) |
UnmodifiableShortBag |
UnmodifiableShortBag.withoutAll(ShortIterable elements) |
ShortHashBag |
ShortHashBag.withoutAll(ShortIterable iterable) |
SynchronizedShortBag |
SynchronizedShortBag.withoutAll(ShortIterable elements) |
Constructor and Description |
---|
ShortHashBag(ShortIterable iterable) |
Modifier and Type | Method and Description |
---|---|
ShortIterable |
UnmodifiableBiMap.collectShort(ShortFunction<? super V> shortFunction) |
ShortIterable |
SynchronizedBiMap.collectShort(ShortFunction<? super V> shortFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSynchronizedShortCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.
|
class |
AbstractUnmodifiableShortCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.
|
class |
SynchronizedShortCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.
|
class |
UnmodifiableShortCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractUnmodifiableShortCollection.addAll(ShortIterable source) |
boolean |
AbstractSynchronizedShortCollection.addAll(ShortIterable source) |
boolean |
AbstractUnmodifiableShortCollection.containsAll(ShortIterable source) |
boolean |
AbstractSynchronizedShortCollection.containsAll(ShortIterable source) |
boolean |
AbstractUnmodifiableShortCollection.removeAll(ShortIterable source) |
boolean |
AbstractSynchronizedShortCollection.removeAll(ShortIterable source) |
boolean |
AbstractUnmodifiableShortCollection.retainAll(ShortIterable source) |
boolean |
AbstractSynchronizedShortCollection.retainAll(ShortIterable source) |
MutableShortCollection |
AbstractUnmodifiableShortCollection.withAll(ShortIterable elements) |
MutableShortCollection |
AbstractSynchronizedShortCollection.withAll(ShortIterable elements) |
MutableShortCollection |
AbstractUnmodifiableShortCollection.withoutAll(ShortIterable elements) |
MutableShortCollection |
AbstractSynchronizedShortCollection.withoutAll(ShortIterable elements) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLazyShortIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.
|
class |
CollectBooleanToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectByteToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectCharToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectDoubleToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectFloatToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectIntToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectLongToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectShortIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.
|
class |
CollectShortToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
LazyShortIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.
|
class |
ReverseShortIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.
|
class |
SelectShortIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CollectShortIterable.containsAll(ShortIterable source) |
boolean |
LazyShortIterableAdapter.containsAll(ShortIterable source) |
boolean |
ReverseShortIterable.containsAll(ShortIterable source) |
boolean |
AbstractLazyShortIterable.containsAll(ShortIterable source) |
boolean |
SelectShortIterable.containsAll(ShortIterable source) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortList |
ImmutableShortListFactoryImpl.ofAll(ShortIterable items) |
ImmutableShortList |
ImmutableShortListFactoryImpl.withAll(ShortIterable items) |
Modifier and Type | Class and Description |
---|---|
class |
ShortArrayList
ShortArrayList is similar to
FastList , and is memory-optimized for short primitives. |
class |
SynchronizedShortList
A synchronized view of a
MutableShortList . |
class |
UnmodifiableShortList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ShortArrayList.addAll(ShortIterable source) |
boolean |
ShortArrayList.addAllAtIndex(int index,
ShortIterable source) |
boolean |
SynchronizedShortList.addAllAtIndex(int index,
ShortIterable source) |
boolean |
UnmodifiableShortList.addAllAtIndex(int index,
ShortIterable source) |
static ShortArrayList |
ShortArrayList.newList(ShortIterable source) |
MutableShortList |
MutableShortListFactoryImpl.ofAll(ShortIterable items) |
boolean |
ShortArrayList.removeAll(ShortIterable source) |
boolean |
ShortArrayList.retainAll(ShortIterable source) |
ShortArrayList |
ShortArrayList.withAll(ShortIterable elements) |
MutableShortList |
MutableShortListFactoryImpl.withAll(ShortIterable items) |
SynchronizedShortList |
SynchronizedShortList.withAll(ShortIterable elements) |
UnmodifiableShortList |
UnmodifiableShortList.withAll(ShortIterable elements) |
ShortArrayList |
ShortArrayList.withoutAll(ShortIterable elements) |
SynchronizedShortList |
SynchronizedShortList.withoutAll(ShortIterable elements) |
UnmodifiableShortList |
UnmodifiableShortList.withoutAll(ShortIterable elements) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableObjectShortMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableShortKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
class |
AbstractMutableShortValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.
|
class |
ByteShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
CharShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
DoubleShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
FloatShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
IntShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
LongShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
ObjectShortHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.
|
class |
ObjectShortHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.
|
class |
ShortShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedByteShortMap
A synchronized view of a
MutableByteShortMap . |
class |
SynchronizedCharShortMap
A synchronized view of a
MutableCharShortMap . |
class |
SynchronizedDoubleShortMap
A synchronized view of a
MutableDoubleShortMap . |
class |
SynchronizedFloatShortMap
A synchronized view of a
MutableFloatShortMap . |
class |
SynchronizedIntShortMap
A synchronized view of a
MutableIntShortMap . |
class |
SynchronizedLongShortMap
A synchronized view of a
MutableLongShortMap . |
class |
SynchronizedObjectShortMap<K>
A synchronized view of a
MutableObjectShortMap . |
class |
SynchronizedShortShortMap
A synchronized view of a
MutableShortShortMap . |
class |
UnmodifiableByteShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableCharShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableDoubleShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableFloatShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableIntShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableLongShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableObjectShortMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
class |
UnmodifiableShortShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractMutableShortKeySet.addAll(ShortIterable source) |
boolean |
UnmodifiableShortShortMap.containsAll(ShortIterable source) |
boolean |
UnmodifiableByteShortMap.containsAll(ShortIterable source) |
boolean |
SynchronizedLongShortMap.containsAll(ShortIterable source) |
boolean |
UnmodifiableFloatShortMap.containsAll(ShortIterable source) |
boolean |
UnmodifiableCharShortMap.containsAll(ShortIterable source) |
boolean |
SynchronizedIntShortMap.containsAll(ShortIterable source) |
boolean |
UnmodifiableLongShortMap.containsAll(ShortIterable source) |
boolean |
AbstractMutableShortValuesMap.containsAll(ShortIterable source) |
boolean |
ObjectShortHashMap.containsAll(ShortIterable source) |
boolean |
SynchronizedCharShortMap.containsAll(ShortIterable source) |
boolean |
SynchronizedShortShortMap.containsAll(ShortIterable source) |
boolean |
SynchronizedObjectShortMap.containsAll(ShortIterable source) |
boolean |
ObjectShortHashMapWithHashingStrategy.containsAll(ShortIterable source) |
boolean |
AbstractMutableShortKeySet.containsAll(ShortIterable source) |
boolean |
SynchronizedDoubleShortMap.containsAll(ShortIterable source) |
boolean |
UnmodifiableObjectShortMap.containsAll(ShortIterable source) |
boolean |
SynchronizedByteShortMap.containsAll(ShortIterable source) |
boolean |
UnmodifiableDoubleShortMap.containsAll(ShortIterable source) |
boolean |
UnmodifiableIntShortMap.containsAll(ShortIterable source) |
boolean |
SynchronizedFloatShortMap.containsAll(ShortIterable source) |
boolean |
AbstractMutableShortKeySet.removeAll(ShortIterable source) |
MutableShortSet |
AbstractMutableShortKeySet.withAll(ShortIterable elements) |
MutableShortSet |
AbstractMutableShortKeySet.withoutAll(ShortIterable elements) |
ShortByteHashMap |
ShortByteHashMap.withoutAllKeys(ShortIterable keys) |
ShortFloatHashMap |
ShortFloatHashMap.withoutAllKeys(ShortIterable keys) |
MutableShortShortMap |
UnmodifiableShortShortMap.withoutAllKeys(ShortIterable keys) |
MutableShortFloatMap |
SynchronizedShortFloatMap.withoutAllKeys(ShortIterable keys) |
MutableShortByteMap |
SynchronizedShortByteMap.withoutAllKeys(ShortIterable keys) |
MutableShortIntMap |
SynchronizedShortIntMap.withoutAllKeys(ShortIterable keys) |
MutableShortByteMap |
UnmodifiableShortByteMap.withoutAllKeys(ShortIterable keys) |
MutableShortObjectMap<V> |
ShortObjectHashMap.withoutAllKeys(ShortIterable keys) |
MutableShortIntMap |
UnmodifiableShortIntMap.withoutAllKeys(ShortIterable keys) |
ShortLongHashMap |
ShortLongHashMap.withoutAllKeys(ShortIterable keys) |
MutableShortLongMap |
UnmodifiableShortLongMap.withoutAllKeys(ShortIterable keys) |
MutableShortCharMap |
SynchronizedShortCharMap.withoutAllKeys(ShortIterable keys) |
MutableShortDoubleMap |
SynchronizedShortDoubleMap.withoutAllKeys(ShortIterable keys) |
MutableShortDoubleMap |
UnmodifiableShortDoubleMap.withoutAllKeys(ShortIterable keys) |
MutableShortFloatMap |
UnmodifiableShortFloatMap.withoutAllKeys(ShortIterable keys) |
MutableShortShortMap |
SynchronizedShortShortMap.withoutAllKeys(ShortIterable keys) |
MutableShortBooleanMap |
SynchronizedShortBooleanMap.withoutAllKeys(ShortIterable keys) |
ShortDoubleHashMap |
ShortDoubleHashMap.withoutAllKeys(ShortIterable keys) |
MutableShortObjectMap<V> |
UnmodifiableShortObjectMap.withoutAllKeys(ShortIterable keys) |
ShortBooleanHashMap |
ShortBooleanHashMap.withoutAllKeys(ShortIterable keys) |
ShortIntHashMap |
ShortIntHashMap.withoutAllKeys(ShortIterable keys) |
MutableShortBooleanMap |
UnmodifiableShortBooleanMap.withoutAllKeys(ShortIterable keys) |
ShortCharHashMap |
ShortCharHashMap.withoutAllKeys(ShortIterable keys) |
MutableShortObjectMap<V> |
SynchronizedShortObjectMap.withoutAllKeys(ShortIterable keys) |
ShortShortHashMap |
ShortShortHashMap.withoutAllKeys(ShortIterable keys) |
MutableShortCharMap |
UnmodifiableShortCharMap.withoutAllKeys(ShortIterable keys) |
MutableShortLongMap |
SynchronizedShortLongMap.withoutAllKeys(ShortIterable keys) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractShortIterable
This file was automatically generated from template file abstractPrimitiveIterable.stg.
|
class |
SynchronizedShortIterable
A synchronized view of a ShortIterable.
|
Modifier and Type | Method and Description |
---|---|
ShortIterable |
SynchronizedShortIterable.reject(ShortPredicate predicate) |
ShortIterable |
SynchronizedShortIterable.select(ShortPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractShortIterable.containsAll(ShortIterable source) |
boolean |
SynchronizedShortIterable.containsAll(ShortIterable source) |
static SynchronizedShortIterable |
SynchronizedShortIterable.of(ShortIterable iterable)
This method will take a ShortIterable and wrap it directly in a SynchronizedShortIterable.
|
static SynchronizedShortIterable |
SynchronizedShortIterable.of(ShortIterable iterable,
Object lock)
This method will take a ShortIterable and wrap it directly in a SynchronizedShortIterable.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableShortSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableShortSet |
AbstractImmutableShortSet.newWithAll(ShortIterable elements) |
ImmutableShortSet |
AbstractImmutableShortSet.newWithoutAll(ShortIterable elements) |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.ofAll(ShortIterable items) |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.withAll(ShortIterable items) |
Modifier and Type | Class and Description |
---|---|
class |
ShortHashSet
This file was automatically generated from template file primitiveHashSet.stg.
|
class |
SynchronizedShortSet
A synchronized view of a
MutableShortSet . |
class |
UnmodifiableShortSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ShortHashSet.addAll(ShortIterable source) |
static ShortHashSet |
ShortHashSet.newSet(ShortIterable source) |
MutableShortSet |
MutableShortSetFactoryImpl.ofAll(ShortIterable items) |
boolean |
ShortHashSet.removeAll(ShortIterable source) |
boolean |
ShortHashSet.retainAll(ShortIterable source) |
UnmodifiableShortSet |
UnmodifiableShortSet.withAll(ShortIterable elements) |
ShortHashSet |
ShortHashSet.withAll(ShortIterable elements) |
SynchronizedShortSet |
SynchronizedShortSet.withAll(ShortIterable elements) |
MutableShortSet |
MutableShortSetFactoryImpl.withAll(ShortIterable items) |
UnmodifiableShortSet |
UnmodifiableShortSet.withoutAll(ShortIterable elements) |
ShortHashSet |
ShortHashSet.withoutAll(ShortIterable elements) |
SynchronizedShortSet |
SynchronizedShortSet.withoutAll(ShortIterable elements) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractShortSet
This file was automatically generated from template file abstractPrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableShortStack |
ImmutableShortStackFactoryImpl.ofAll(ShortIterable items) |
ImmutableShortStack |
ImmutableShortStackFactoryImpl.ofAllReversed(ShortIterable items) |
ImmutableShortStack |
ImmutableShortStackFactoryImpl.withAll(ShortIterable items) |
ImmutableShortStack |
ImmutableShortStackFactoryImpl.withAllReversed(ShortIterable items) |
Modifier and Type | Class and Description |
---|---|
class |
ShortArrayStack
ShortArrayStack is similar to
ArrayStack , and is memory-optimized for short primitives. |
class |
SynchronizedShortStack
A synchronized view of a
MutableShortStack . |
class |
UnmodifiableShortStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ShortArrayStack.containsAll(ShortIterable source) |
boolean |
SynchronizedShortStack.containsAll(ShortIterable source) |
boolean |
UnmodifiableShortStack.containsAll(ShortIterable source) |
static ShortArrayStack |
ShortArrayStack.newStack(ShortIterable items) |
static ShortArrayStack |
ShortArrayStack.newStackFromTopToBottom(ShortIterable items) |
MutableShortStack |
MutableShortStackFactoryImpl.ofAll(ShortIterable items) |
MutableShortStack |
MutableShortStackFactoryImpl.ofAllReversed(ShortIterable items) |
MutableShortStack |
MutableShortStackFactoryImpl.withAll(ShortIterable items) |
MutableShortStack |
MutableShortStackFactoryImpl.withAllReversed(ShortIterable items) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ShortIterableIterate.allSatisfy(ShortIterable iterable,
ShortPredicate predicate) |
static boolean |
ShortIterableIterate.anySatisfy(ShortIterable iterable,
ShortPredicate predicate) |
static void |
ShortIterableIterate.appendString(ShortIterable iterable,
Appendable appendable,
String start,
String separator,
String end) |
static <V,R extends Collection<V>> |
ShortIterableIterate.collect(ShortIterable iterable,
ShortToObjectFunction<? extends V> function,
R targetCollection) |
static int |
ShortIterableIterate.count(ShortIterable iterable,
ShortPredicate predicate) |
static short |
ShortIterableIterate.detectIfNone(ShortIterable iterable,
ShortPredicate predicate,
short ifNone) |
static void |
ShortIterableIterate.forEach(ShortIterable iterable,
ShortProcedure procedure) |
static <T> T |
ShortIterableIterate.injectInto(ShortIterable iterable,
T injectedValue,
ObjectShortToObjectFunction<? super T,? extends T> function) |
static boolean |
ShortIterableIterate.isEmpty(ShortIterable iterable) |
static short |
ShortIterableIterate.max(ShortIterable iterable) |
static short |
ShortIterableIterate.maxIfEmpty(ShortIterable iterable,
short ifEmpty) |
static short |
ShortIterableIterate.min(ShortIterable iterable) |
static short |
ShortIterableIterate.minIfEmpty(ShortIterable iterable,
short ifEmpty) |
static boolean |
ShortIterableIterate.noneSatisfy(ShortIterable iterable,
ShortPredicate predicate) |
static boolean |
ShortIterableIterate.notEmpty(ShortIterable iterable) |
static <R extends MutableShortCollection> |
ShortIterableIterate.reject(ShortIterable iterable,
ShortPredicate predicate,
R targetCollection) |
static <R extends MutableShortCollection> |
ShortIterableIterate.select(ShortIterable iterable,
ShortPredicate predicate,
R targetCollection) |
static long |
ShortIterableIterate.sum(ShortIterable iterable) |
Modifier and Type | Method and Description |
---|---|
static LazyShortIterable |
LazyShortIterate.adapt(ShortIterable iterable)
Creates a deferred short iterable for the specified short iterable.
|
static <V> LazyIterable<V> |
LazyShortIterate.collect(ShortIterable iterable,
ShortToObjectFunction<? extends V> function)
Creates a deferred transforming short iterable for the specified short iterable.
|
static <V> LazyIterable<V> |
LazyShortIterate.collectIf(ShortIterable iterable,
ShortPredicate predicate,
ShortToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming short iterable for the specified short iterable.
|
static LazyShortIterable |
LazyShortIterate.select(ShortIterable iterable,
ShortPredicate predicate)
Creates a deferred filtering short iterable for the specified short iterable.
|
Copyright © 2004–2016. All rights reserved.