public static <T> |
boolean |
addAll( Collection<? super T> c, T[] elements ) |
|
public static <T> |
Queue<T> |
asLifoQueue( Deque<T> deque ) |
|
public static <T> |
int |
binarySearch( List<? extends java.lang.Comparable<? super T>> arg0, T arg1 ) |
|
public static <T> |
int |
binarySearch( List<? extends T> list, T key, Comparator<? super T> c ) |
|
public static <E> |
Collection<E> |
checkedCollection( Collection<E> c, Class<E> type ) |
|
public static <E> |
List<E> |
checkedList( List<E> list, Class<E> type ) |
|
public static <K, V> |
Map<K, V> |
checkedMap( Map<K, V> m, Class<K> keyType, Class<V> valueType ) |
|
public static <K, V> |
NavigableMap<K, V> |
checkedNavigableMap( NavigableMap<K, V> m, Class<K> keyType, Class<V> valueType ) |
|
public static <E> |
NavigableSet<E> |
checkedNavigableSet( NavigableSet<E> s, Class<E> type ) |
|
public static <E> |
Queue<E> |
checkedQueue( Queue<E> queue, Class<E> type ) |
|
public static <E> |
Set<E> |
checkedSet( Set<E> s, Class<E> type ) |
|
public static <K, V> |
SortedMap<K, V> |
checkedSortedMap( SortedMap<K, V> m, Class<K> keyType, Class<V> valueType ) |
|
public static <E> |
SortedSet<E> |
checkedSortedSet( SortedSet<E> s, Class<E> type ) |
|
public static <T> |
void |
copy( List<? super T> dest, List<? extends T> src ) |
|
public static |
boolean |
disjoint( Collection<?> c1, Collection<?> c2 ) |
|
public static <T> |
Enumeration<T> |
emptyEnumeration() |
|
public static <T> |
Iterator<T> |
emptyIterator() |
|
public static <T> |
List<T> |
emptyList() |
|
public static <T> |
ListIterator<T> |
emptyListIterator() |
|
public static <K, V> |
Map<K, V> |
emptyMap() |
|
public static <K, V> |
NavigableMap<K, V> |
emptyNavigableMap() |
|
public static <E> |
NavigableSet<E> |
emptyNavigableSet() |
|
public static <T> |
Set<T> |
emptySet() |
|
public static <K, V> |
SortedMap<K, V> |
emptySortedMap() |
|
public static <E> |
SortedSet<E> |
emptySortedSet() |
|
public static <T> |
Enumeration<T> |
enumeration( Collection<T> c ) |
|
public static <T> |
void |
fill( List<? super T> arg0, T arg1 ) |
|
public static |
int |
frequency( Collection<?> c, Object o ) |
|
public static |
int |
indexOfSubList( List<?> source, List<?> target ) |
|
public static |
int |
lastIndexOfSubList( List<?> source, List<?> target ) |
|
public static <T> |
ArrayList<T> |
list( Enumeration<T> e ) |
|
public static <T> |
T |
max( Collection<? extends T> coll ) |
|
public static <T> |
T |
max( Collection<? extends T> coll, Comparator<? super T> comp ) |
|
public static <T> |
T |
min( Collection<? extends T> coll ) |
|
public static <T> |
T |
min( Collection<? extends T> coll, Comparator<? super T> comp ) |
|
public static <T> |
List<T> |
nCopies( int n, T o ) |
|
public static <E> |
Set<E> |
newSetFromMap( Map<E, java.lang.Boolean> map ) |
|
public static <T> |
boolean |
replaceAll( List<T> list, T oldVal, T newVal ) |
|
public static |
void |
reverse( List<?> list ) |
|
public static <T> |
Comparator<T> |
reverseOrder( Comparator<T> cmp ) |
|
public static <T> |
Comparator<T> |
reverseOrder() |
|
public static |
void |
rotate( List<?> list, int distance ) |
|
public static |
void |
shuffle( List<?> list ) |
|
public static |
void |
shuffle( List<?> list, Random rnd ) |
|
public static <T> |
Set<T> |
singleton( T o ) |
|
public static <T> |
List<T> |
singletonList( T o ) |
|
public static <K, V> |
Map<K, V> |
singletonMap( K arg0, V arg1 ) |
|
public static <T> |
void |
sort( List<T> list ) |
|
public static <T> |
void |
sort( List<T> list, Comparator<? super T> c ) |
|
public static |
void |
swap( List<?> list, int i, int j ) |
|
public static <T> |
Collection<T> |
synchronizedCollection( Collection<T> c ) |
|
public static <T> |
List<T> |
synchronizedList( List<T> list ) |
|
public static <K, V> |
Map<K, V> |
synchronizedMap( Map<K, V> m ) |
|
public static <K, V> |
NavigableMap<K, V> |
synchronizedNavigableMap( NavigableMap<K, V> m ) |
|
public static <T> |
NavigableSet<T> |
synchronizedNavigableSet( NavigableSet<T> s ) |
|
public static <T> |
Set<T> |
synchronizedSet( Set<T> s ) |
|
public static <K, V> |
SortedMap<K, V> |
synchronizedSortedMap( SortedMap<K, V> m ) |
|
public static <T> |
SortedSet<T> |
synchronizedSortedSet( SortedSet<T> s ) |
|
public static <T> |
Collection<T> |
unmodifiableCollection( Collection<? extends T> c ) |
|
public static <T> |
List<T> |
unmodifiableList( List<? extends T> list ) |
|
public static <K, V> |
Map<K, V> |
unmodifiableMap( Map<? extends K, ? extends V> m ) |
|
public static <K, V> |
NavigableMap<K, V> |
unmodifiableNavigableMap( NavigableMap<K, ? extends V> m ) |
|
public static <T> |
NavigableSet<T> |
unmodifiableNavigableSet( NavigableSet<T> s ) |
|
public static <T> |
Set<T> |
unmodifiableSet( Set<? extends T> s ) |
|
public static <K, V> |
SortedMap<K, V> |
unmodifiableSortedMap( SortedMap<K, ? extends V> m ) |
|
public static <T> |
SortedSet<T> |
unmodifiableSortedSet( SortedSet<T> s ) |
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :