Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableLongList
-
Packages that use UnmodifiableLongList Package Description org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces. -
-
Uses of UnmodifiableLongList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return UnmodifiableLongList Modifier and Type Method Description UnmodifiableLongList
UnmodifiableLongList. with(long element)
UnmodifiableLongList
UnmodifiableLongList. withAll(LongIterable elements)
UnmodifiableLongList
UnmodifiableLongList. without(long element)
UnmodifiableLongList
UnmodifiableLongList. withoutAll(LongIterable elements)
-