Toggle navigation
JarYard
Browse
Search
About
Groups
de.topobyte
collections-utils
0.0.3
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
A
C
D
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
CollectionUtil
- Class in
de.topobyte.collections.util
CollectionUtil()
- Constructor for class de
.topobyte
.collections
.util
.
CollectionUtil
D
de.topobyte.collections.util
- package de.topobyte.collections.util
L
last(List<T>)
- Static method in class de
.topobyte
.collections
.util
.
ListUtil
Get the last element of the specified list.
ListUtil
- Class in
de.topobyte.collections.util
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
L
P
R
S