Uses of Interface
org.eclipse.collections.api.LazyShortIterable
-
Packages that use LazyShortIterable Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections 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 -
-
Uses of LazyShortIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyShortIterable Modifier and Type Method Description LazyShortIterableShortIterable. asLazy()Returns a LazyShortIterable adapter wrapping the source ShortIterable.LazyShortIterableLazyBooleanIterable. collectShort(BooleanToShortFunction function)LazyShortIterableLazyByteIterable. collectShort(ByteToShortFunction function)LazyShortIterableLazyCharIterable. collectShort(CharToShortFunction function)LazyShortIterableLazyDoubleIterable. collectShort(DoubleToShortFunction function)LazyShortIterableLazyFloatIterable. collectShort(FloatToShortFunction function)LazyShortIterableLazyIntIterable. collectShort(IntToShortFunction function)LazyShortIterableLazyIterable. collectShort(ShortFunction<? super T> shortFunction)Returns a lazy ShortIterable which will transform the underlying iterable data to short values based on the shortFunction.LazyShortIterableLazyLongIterable. collectShort(LongToShortFunction function)LazyShortIterableLazyShortIterable. collectShort(ShortToShortFunction function)LazyShortIterableLazyShortIterable. reject(ShortPredicate predicate)LazyShortIterableLazyShortIterable. select(ShortPredicate predicate)LazyShortIterableLazyShortIterable. tap(ShortProcedure procedure) -
Uses of LazyShortIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterableShortBooleanMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortByteMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortCharMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortDoubleMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortFloatMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortIntMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortLongMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortObjectMap. keysView()Returns a view of the keys in this map.LazyShortIterableShortShortMap. keysView()Returns a view of the keys in this map. -
Uses of LazyShortIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyShortIterable Modifier and Type Method Description LazyShortIterableReversibleShortIterable. asReversed()
-