A  C  D  I  L  P  R  S 

A

appended(List<T>, T) - Static method in class de .topobyte .collections .util . ListUtil
Create an unmodifiable list that contains the elements of the specified list plus the additional element append at its tail.
asBooleanArray(Collection<Boolean>) - Static method in class de .topobyte .collections .util . CollectionUtil
 
asBooleanArray(List<Boolean>) - Static method in class de .topobyte .collections .util . ListUtil
 
asByteArray(Collection<Byte>) - Static method in class de .topobyte .collections .util . CollectionUtil
 
asByteArray(List<Byte>) - Static method in class de .topobyte .collections .util . ListUtil
 
asCharArray(Collection<Character>) - Static method in class de .topobyte .collections .util . CollectionUtil
 
asCharArray(List<Character>) - Static method in class de .topobyte .collections .util . ListUtil
 
asDoubleArray(Collection<Double>) - Static method in class de .topobyte .collections .util . CollectionUtil
 
asDoubleArray(List<Double>) - Static method in class de .topobyte .collections .util . ListUtil
 
asFloatArray(Collection<Float>) - Static method in class de .topobyte .collections .util . CollectionUtil
 
asFloatArray(List<Float>) - Static method in class de .topobyte .collections .util . ListUtil
 
asIntArray(Collection<Integer>) - Static method in class de .topobyte .collections .util . CollectionUtil
 
asIntArray(List<Integer>) - Static method in class de .topobyte .collections .util . ListUtil
 
asLongArray(Collection<Long>) - Static method in class de .topobyte .collections .util . CollectionUtil
 
asLongArray(List<Long>) - Static method in class de .topobyte .collections .util . ListUtil
 
asShortArray(Collection<Short>) - Static method in class de .topobyte .collections .util . CollectionUtil
 
asShortArray(List<Short>) - Static method in class de .topobyte .collections .util . ListUtil
 

C

CharacterUtil - Class in de.topobyte.collections.util
Utilities for collections of Characters.
CharacterUtil() - Constructor for class de .topobyte .collections .util . CharacterUtil
 
CollectionUtil - Class in de.topobyte.collections.util
Utilities for collections.
CollectionUtil() - Constructor for class de .topobyte .collections .util . CollectionUtil
 

D

de.topobyte.collections.util - package de.topobyte.collections.util
 

I

iterableAsString(Iterable<Character>) - Static method in class de .topobyte .collections .util . CharacterUtil
Convert an Iterable of Characters to String.
iteratorAsString(Iterator<Character>) - Static method in class de .topobyte .collections .util . CharacterUtil
Convert an Iterator of Characters to String.

L

last(List<T>) - Static method in class de .topobyte .collections .util . ListUtil
Get the last element of the specified list.
listAsString(List<Character>) - Static method in class de .topobyte .collections .util . CharacterUtil
Convert a List of Characters to String.
ListUtil - Class in de.topobyte.collections.util
Utilities for lists.
ListUtil() - Constructor for class de .topobyte .collections .util . ListUtil
 

P

prepended(List<T>, T) - Static method in class de .topobyte .collections .util . ListUtil
Create an unmodifiable list that contains the elements of the specified list plus the additional element prepended at its front.

R

removeLast(List<T>) - Static method in class de .topobyte .collections .util . ListUtil
Remove the last element of the specified list.

S

shuffle(List<T>, int) - Static method in class de .topobyte .collections .util . ListUtil
 
swap(List<T>, int, int) - Static method in class de .topobyte .collections .util . ListUtil
 
A  C  D  I  L  P  R  S