Uses of Interface
org.eclipse.collections.api.collection.primitive.ImmutableShortCollection
-
Packages that use ImmutableShortCollection Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.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.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection 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.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.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. -
-
Uses of ImmutableShortCollection in org.eclipse.collections.api.bag.primitive
Subinterfaces of ImmutableShortCollection in org.eclipse.collections.api.bag.primitive Modifier and Type Interface Description interfaceImmutableShortBagThis file was automatically generated from template file immutablePrimitiveBag.stg. -
Uses of ImmutableShortCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return ImmutableShortCollection Modifier and Type Method Description ImmutableShortCollectionImmutableCollection. collectShort(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortCollection in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return ImmutableShortCollection Modifier and Type Method Description ImmutableShortCollectionImmutableShortCollection. newWith(short element)ImmutableShortCollectionImmutableShortCollection. newWithAll(ShortIterable elements)ImmutableShortCollectionImmutableShortCollection. newWithout(short element)ImmutableShortCollectionImmutableShortCollection. newWithoutAll(ShortIterable elements)ImmutableShortCollectionImmutableShortCollection. reject(ShortPredicate predicate)ImmutableShortCollectionImmutableShortCollection. select(ShortPredicate predicate)default ImmutableShortCollectionImmutableShortCollection. tap(ShortProcedure procedure)ImmutableShortCollectionMutableShortCollection. toImmutable() -
Uses of ImmutableShortCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of ImmutableShortCollection in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceImmutableShortListThis file was automatically generated from template file immutablePrimitiveList.stg. -
Uses of ImmutableShortCollection in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableShortCollection Modifier and Type Method Description ImmutableShortCollectionImmutableObjectShortMap. reject(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortMap. select(ShortPredicate predicate) -
Uses of ImmutableShortCollection in org.eclipse.collections.api.set.primitive
Subinterfaces of ImmutableShortCollection in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interfaceImmutableShortSetThis file was automatically generated from template file immutablePrimitiveSet.stg. -
Uses of ImmutableShortCollection in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ImmutableShortCollection Modifier and Type Class Description (package private) classImmutableShortEmptyBagImmutableShortEmptyBag is an optimization forImmutableShortBagof size 0.(package private) classImmutableShortHashBagImmutableShortHashBag is the non-modifiable equivalent ofShortHashBag.(package private) classImmutableShortSingletonBagImmutableShortSingletonBag is an optimization forImmutableShortBagof size 1. -
Uses of ImmutableShortCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return ImmutableShortCollection Modifier and Type Method Description ImmutableShortCollectionAbstractSynchronizedShortCollection. toImmutable()ImmutableShortCollectionAbstractUnmodifiableShortCollection. toImmutable() -
Uses of ImmutableShortCollection in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ImmutableShortCollection Modifier and Type Class Description (package private) classImmutableShortArrayListImmutableShortArrayList is the non-modifiable equivalent ofShortArrayList.(package private) classImmutableShortEmptyListImmutableShortEmptyList is an optimization forImmutableShortListof size 0.(package private) classImmutableShortSingletonListImmutableShortSingletonList is an optimization forImmutableShortListof size 1. -
Uses of ImmutableShortCollection in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableShortCollection Modifier and Type Method Description ImmutableShortCollectionImmutableObjectShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortHashMap. reject(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortEmptyMap. select(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortHashMap. select(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortSingletonMap. select(ShortPredicate predicate) -
Uses of ImmutableShortCollection in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableShortCollection Modifier and Type Class Description (package private) classImmutableShortMapKeySetThis file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) classImmutableShortShortMapKeySetThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableShortCollection Modifier and Type Method Description ImmutableShortCollectionAbstractMutableShortValuesMap.AbstractShortValuesCollection. toImmutable()ImmutableShortCollectionObjectShortHashMap.ValuesCollection. toImmutable()ImmutableShortCollectionObjectShortHashMapWithHashingStrategy.ValuesCollection. toImmutable() -
Uses of ImmutableShortCollection in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableShortCollection Modifier and Type Class Description classAbstractImmutableShortSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) classImmutableShortEmptySetImmutableShortEmptySet is an optimization forImmutableShortSetof size 0.(package private) classImmutableShortSingletonSetImmutableShortSingletonSet is an optimization forImmutableShortSetof size 1. -
Uses of ImmutableShortCollection in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableShortCollection Modifier and Type Class Description private static classShortHashSet.ImmutableShortHashSet
-