Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableByteList
-
Packages that use ImmutableByteList Package Description org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.factory.list.primitive This package contains factory API for creating immutable primitive list instances.org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API. -
-
Uses of ImmutableByteList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableByteList Modifier and Type Method Description ImmutableByteListImmutableSortedBag. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ImmutableByteList in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive that return ImmutableByteList Modifier and Type Method Description ImmutableByteListImmutableByteListFactory. empty()ImmutableByteListImmutableByteListFactory. of()Same asImmutableByteListFactory.empty().ImmutableByteListImmutableByteListFactory. of(byte one)Same asImmutableByteListFactory.with(byte).ImmutableByteListImmutableByteListFactory. of(byte... items)ImmutableByteListImmutableByteListFactory. ofAll(Iterable<Byte> iterable)ImmutableByteListImmutableByteListFactory. ofAll(ByteIterable items)ImmutableByteListImmutableByteListFactory. with()Same asImmutableByteListFactory.empty().ImmutableByteListImmutableByteListFactory. with(byte one)ImmutableByteListImmutableByteListFactory. with(byte... items)ImmutableByteListImmutableByteListFactory. withAll(Iterable<Byte> iterable)ImmutableByteListImmutableByteListFactory. withAll(ByteIterable items) -
Uses of ImmutableByteList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableByteList Modifier and Type Method Description ImmutableByteListImmutableList. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ImmutableByteList in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return ImmutableByteList Modifier and Type Method Description ImmutableByteListImmutableByteList. distinct()ImmutableByteListImmutableByteList. newWith(byte element)ImmutableByteListImmutableByteList. newWithAll(ByteIterable elements)ImmutableByteListImmutableByteList. newWithout(byte element)ImmutableByteListImmutableByteList. newWithoutAll(ByteIterable elements)ImmutableByteListImmutableByteList. reject(BytePredicate predicate)default ImmutableByteListImmutableByteList. rejectWithIndex(ByteIntPredicate predicate)Returns a new ImmutableByteList excluding all elements with corresponding indexes matching the specified predicate.ImmutableByteListImmutableByteList. select(BytePredicate predicate)default ImmutableByteListImmutableByteList. selectWithIndex(ByteIntPredicate predicate)Returns a new ImmutableByteList including all elements with corresponding indexes matching the specified predicate.ImmutableByteListImmutableByteList. subList(int fromIndex, int toIndex)default ImmutableByteListImmutableByteList. tap(ByteProcedure procedure)ImmutableByteListByteList. toImmutable()Returns an immutable copy of this list.ImmutableByteListMutableByteList. toImmutable()Returns an immutable copy of this list.ImmutableByteListImmutableByteList. toReversed() -
Uses of ImmutableByteList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableByteList Modifier and Type Method Description ImmutableByteListImmutableOrderedMap. collectByte(ByteFunction<? super V> byteFunction) -
Uses of ImmutableByteList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ImmutableByteList Modifier and Type Method Description ImmutableByteListImmutableSortedMap. collectByte(ByteFunction<? super V> byteFunction) -
Uses of ImmutableByteList in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ImmutableByteList Modifier and Type Method Description ImmutableByteListImmutableSortedSet. collectByte(ByteFunction<? super T> byteFunction)
-