| Package | Description |
|---|---|
| com.helger.commons.charset | |
| com.helger.commons.collections | |
| com.helger.commons.collections.convert | |
| com.helger.commons.lang | |
| com.helger.commons.locale |
| Modifier and Type | Method and Description |
|---|---|
static SortedMap<String,Charset> |
CharsetManager.getAllCharsets() |
| Modifier and Type | Method and Description |
|---|---|
Set<KEYTYPE> |
SingleElementMap.keySet() |
static <ELEMENTTYPE> |
ContainerHelper.makeUnmodifiable(Collection<? extends ELEMENTTYPE> aCollection)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.makeUnmodifiable(Collection<? extends ELEMENTTYPE> aCollection) |
static <ELEMENTTYPE> |
ContainerHelper.makeUnmodifiable(List<? extends ELEMENTTYPE> aList)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.makeUnmodifiable(List<? extends ELEMENTTYPE> aList) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.makeUnmodifiable(Map<? extends KEYTYPE,? extends VALUETYPE> aMap)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.makeUnmodifiable(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
static <ELEMENTTYPE> |
ContainerHelper.makeUnmodifiable(Set<? extends ELEMENTTYPE> aSet)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.makeUnmodifiable(Set<? extends ELEMENTTYPE> aSet) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.makeUnmodifiable(SortedMap<KEYTYPE,? extends VALUETYPE> aSortedMap)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.makeUnmodifiable(SortedMap<KEYTYPE,? extends VALUETYPE> aSortedMap) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
ContainerHelper.makeUnmodifiable(SortedSet<ELEMENTTYPE> aSortedSet)
Deprecated.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.makeUnmodifiable(SortedSet<ELEMENTTYPE> aSortedSet) |
static <ELEMENTTYPE> |
ContainerHelper.makeUnmodifiableNotNull(Collection<? extends ELEMENTTYPE> aCollection)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.makeUnmodifiableNotNull(Collection<? extends ELEMENTTYPE> aCollection) |
static <ELEMENTTYPE> |
ContainerHelper.makeUnmodifiableNotNull(List<? extends ELEMENTTYPE> aList)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.makeUnmodifiableNotNull(List<? extends ELEMENTTYPE> aList) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.makeUnmodifiableNotNull(Map<? extends KEYTYPE,? extends VALUETYPE> aMap)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.makeUnmodifiableNotNull(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
static <ELEMENTTYPE> |
ContainerHelper.makeUnmodifiableNotNull(Set<? extends ELEMENTTYPE> aSet)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.makeUnmodifiableNotNull(Set<? extends ELEMENTTYPE> aSet) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
ContainerHelper.makeUnmodifiableNotNull(SortedMap<KEYTYPE,? extends VALUETYPE> aSortedMap)
Deprecated.
|
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.makeUnmodifiableNotNull(SortedMap<KEYTYPE,? extends VALUETYPE> aSortedMap) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
ContainerHelper.makeUnmodifiableNotNull(SortedSet<ELEMENTTYPE> aSortedSet)
Deprecated.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.makeUnmodifiableNotNull(SortedSet<ELEMENTTYPE> aSortedSet) |
static List<Boolean> |
ContainerHelper.newUnmodifiableBooleanList(boolean... aValues)
Deprecated.
|
static List<Boolean> |
CollectionHelper.newUnmodifiableBooleanList(boolean... aValues) |
static Set<Boolean> |
ContainerHelper.newUnmodifiableBooleanOrderedSet(boolean... aValues)
Deprecated.
|
static Set<Boolean> |
CollectionHelper.newUnmodifiableBooleanOrderedSet(boolean... aValues) |
static Set<Boolean> |
ContainerHelper.newUnmodifiableBooleanSet(boolean... aValues)
Deprecated.
|
static Set<Boolean> |
CollectionHelper.newUnmodifiableBooleanSet(boolean... aValues) |
static SortedSet<Boolean> |
ContainerHelper.newUnmodifiableBooleanSortedSet(boolean... aValues)
Deprecated.
|
static SortedSet<Boolean> |
CollectionHelper.newUnmodifiableBooleanSortedSet(boolean... aValues) |
static List<Byte> |
ContainerHelper.newUnmodifiableByteList(byte... aValues)
Deprecated.
|
static List<Byte> |
CollectionHelper.newUnmodifiableByteList(byte... aValues) |
static Set<Byte> |
ContainerHelper.newUnmodifiableByteOrderedSet(byte... aValues)
Deprecated.
|
static Set<Byte> |
CollectionHelper.newUnmodifiableByteOrderedSet(byte... aValues) |
static Set<Byte> |
ContainerHelper.newUnmodifiableByteSet(byte... aValues)
Deprecated.
|
static Set<Byte> |
CollectionHelper.newUnmodifiableByteSet(byte... aValues) |
static SortedSet<Byte> |
ContainerHelper.newUnmodifiableByteSortedSet(byte... aValues)
Deprecated.
|
static SortedSet<Byte> |
CollectionHelper.newUnmodifiableByteSortedSet(byte... aValues) |
static List<Character> |
ContainerHelper.newUnmodifiableCharList(char... aValues)
Deprecated.
|
static List<Character> |
CollectionHelper.newUnmodifiableCharList(char... aValues) |
static Set<Character> |
ContainerHelper.newUnmodifiableCharOrderedSet(char... aValues)
Deprecated.
|
static Set<Character> |
CollectionHelper.newUnmodifiableCharOrderedSet(char... aValues) |
static Set<Character> |
ContainerHelper.newUnmodifiableCharSet(char... aValues)
Deprecated.
|
static Set<Character> |
CollectionHelper.newUnmodifiableCharSet(char... aValues) |
static SortedSet<Character> |
ContainerHelper.newUnmodifiableCharSortedSet(char... aValues)
Deprecated.
|
static SortedSet<Character> |
CollectionHelper.newUnmodifiableCharSortedSet(char... aValues) |
static List<Double> |
ContainerHelper.newUnmodifiableDoubleList(double... aValues)
Deprecated.
|
static List<Double> |
CollectionHelper.newUnmodifiableDoubleList(double... aValues) |
static Set<Double> |
ContainerHelper.newUnmodifiableDoubleOrderedSet(double... aValues)
Deprecated.
|
static Set<Double> |
CollectionHelper.newUnmodifiableDoubleOrderedSet(double... aValues) |
static Set<Double> |
ContainerHelper.newUnmodifiableDoubleSet(double... aValues)
Deprecated.
|
static Set<Double> |
CollectionHelper.newUnmodifiableDoubleSet(double... aValues) |
static SortedSet<Double> |
ContainerHelper.newUnmodifiableDoubleSortedSet(double... aValues)
Deprecated.
|
static SortedSet<Double> |
CollectionHelper.newUnmodifiableDoubleSortedSet(double... aValues) |
static List<Float> |
ContainerHelper.newUnmodifiableFloatList(float... aValues)
Deprecated.
|
static List<Float> |
CollectionHelper.newUnmodifiableFloatList(float... aValues) |
static Set<Float> |
ContainerHelper.newUnmodifiableFloatOrderedSet(float... aValues)
Deprecated.
|
static Set<Float> |
CollectionHelper.newUnmodifiableFloatOrderedSet(float... aValues) |
static Set<Float> |
ContainerHelper.newUnmodifiableFloatSet(float... aValues)
Deprecated.
|
static Set<Float> |
CollectionHelper.newUnmodifiableFloatSet(float... aValues) |
static SortedSet<Float> |
ContainerHelper.newUnmodifiableFloatSortedSet(float... aValues)
Deprecated.
|
static SortedSet<Float> |
CollectionHelper.newUnmodifiableFloatSortedSet(float... aValues) |
static List<Integer> |
ContainerHelper.newUnmodifiableIntList(int... aValues)
Deprecated.
|
static List<Integer> |
CollectionHelper.newUnmodifiableIntList(int... aValues) |
static Set<Integer> |
ContainerHelper.newUnmodifiableIntOrderedSet(int... aValues)
Deprecated.
|
static Set<Integer> |
CollectionHelper.newUnmodifiableIntOrderedSet(int... aValues) |
static Set<Integer> |
ContainerHelper.newUnmodifiableIntSet(int... aValues)
Deprecated.
|
static Set<Integer> |
CollectionHelper.newUnmodifiableIntSet(int... aValues) |
static SortedSet<Integer> |
ContainerHelper.newUnmodifiableIntSortedSet(int... aValues)
Deprecated.
|
static SortedSet<Integer> |
CollectionHelper.newUnmodifiableIntSortedSet(int... aValues) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableList()
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableList() |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableList(Collection<? extends ELEMENTTYPE> aCont)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableList(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableList(ELEMENTTYPE... aValues)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableList(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableList(ELEMENTTYPE aValue)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableList(ELEMENTTYPE aValue) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableList(Enumeration<? extends ELEMENTTYPE> aIter)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableList(Enumeration<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableList(IIterableIterator<? extends ELEMENTTYPE> aIter)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableList(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableList(Iterable<? extends ELEMENTTYPE> aCont)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableList(Iterable<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableList(Iterator<? extends ELEMENTTYPE> aIter)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableList(Iterator<? extends ELEMENTTYPE> aIter) |
static List<Long> |
ContainerHelper.newUnmodifiableLongList(long... aValues)
Deprecated.
|
static List<Long> |
CollectionHelper.newUnmodifiableLongList(long... aValues) |
static Set<Long> |
ContainerHelper.newUnmodifiableLongOrderedSet(long... aValues)
Deprecated.
|
static Set<Long> |
CollectionHelper.newUnmodifiableLongOrderedSet(long... aValues) |
static Set<Long> |
ContainerHelper.newUnmodifiableLongSet(long... aValues)
Deprecated.
|
static Set<Long> |
CollectionHelper.newUnmodifiableLongSet(long... aValues) |
static SortedSet<Long> |
ContainerHelper.newUnmodifiableLongSortedSet(long... aValues)
Deprecated.
|
static SortedSet<Long> |
CollectionHelper.newUnmodifiableLongSortedSet(long... aValues) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableMap()
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableMap() |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableMap(Collection<? extends KEYTYPE> aKeys,
Collection<? extends VALUETYPE> aValues)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableMap(Collection<? extends KEYTYPE> aKeys,
Collection<? extends VALUETYPE> aValues) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableMap(Collection<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableMap(Collection<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableMap(ELEMENTTYPE... aValues)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableMap(ELEMENTTYPE... aValues) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableMap(KEYTYPE[] aKeys,
VALUETYPE[] aValues)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableMap(KEYTYPE[] aKeys,
VALUETYPE[] aValues) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableMap(KEYTYPE aKey,
VALUETYPE aValue)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableMap(KEYTYPE aKey,
VALUETYPE aValue) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableMap(Map<? extends KEYTYPE,? extends VALUETYPE> aMap)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableMap(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableMap(Map<? extends KEYTYPE,? extends VALUETYPE>[] aMaps)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableMap(Map<? extends KEYTYPE,? extends VALUETYPE>[] aMaps) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableOrderedMap()
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableOrderedMap() |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableOrderedMap(Collection<? extends KEYTYPE> aKeys,
Collection<? extends VALUETYPE> aValues)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableOrderedMap(Collection<? extends KEYTYPE> aKeys,
Collection<? extends VALUETYPE> aValues) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableOrderedMap(Collection<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableOrderedMap(Collection<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableOrderedMap(ELEMENTTYPE... aValues)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableOrderedMap(ELEMENTTYPE... aValues) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableOrderedMap(KEYTYPE[] aKeys,
VALUETYPE[] aValues)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableOrderedMap(KEYTYPE[] aKeys,
VALUETYPE[] aValues) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableOrderedMap(KEYTYPE aKey,
VALUETYPE aValue)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableOrderedMap(KEYTYPE aKey,
VALUETYPE aValue) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableOrderedMap(Map<? extends KEYTYPE,? extends VALUETYPE> aOrderedMap)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableOrderedMap(Map<? extends KEYTYPE,? extends VALUETYPE> aOrderedMap) |
static <KEYTYPE,VALUETYPE> |
ContainerHelper.newUnmodifiableOrderedMap(Map<? extends KEYTYPE,? extends VALUETYPE>[] aOrderedMaps)
Deprecated.
|
static <KEYTYPE,VALUETYPE> |
CollectionHelper.newUnmodifiableOrderedMap(Map<? extends KEYTYPE,? extends VALUETYPE>[] aOrderedMaps) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableOrderedSet()
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableOrderedSet() |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableOrderedSet(Collection<? extends ELEMENTTYPE> aCont)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableOrderedSet(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableOrderedSet(ELEMENTTYPE... aValues)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableOrderedSet(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableOrderedSet(ELEMENTTYPE aValue)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableOrderedSet(ELEMENTTYPE aValue) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableOrderedSet(Enumeration<? extends ELEMENTTYPE> aEnum)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableOrderedSet(Enumeration<? extends ELEMENTTYPE> aEnum) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableOrderedSet(IIterableIterator<? extends ELEMENTTYPE> aIter)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableOrderedSet(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableOrderedSet(Iterable<? extends ELEMENTTYPE> aCont)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableOrderedSet(Iterable<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableOrderedSet(Iterator<? extends ELEMENTTYPE> aIter)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableOrderedSet(Iterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableSet()
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableSet() |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableSet(Collection<? extends ELEMENTTYPE> aCont)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableSet(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableSet(ELEMENTTYPE... aValues)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableSet(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableSet(ELEMENTTYPE aValue)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableSet(ELEMENTTYPE aValue) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableSet(Enumeration<? extends ELEMENTTYPE> aEnum)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableSet(Enumeration<? extends ELEMENTTYPE> aEnum) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableSet(IIterableIterator<? extends ELEMENTTYPE> aIter)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableSet(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableSet(Iterable<? extends ELEMENTTYPE> aCont)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableSet(Iterable<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableSet(Iterator<? extends ELEMENTTYPE> aIter)
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableSet(Iterator<? extends ELEMENTTYPE> aIter) |
static List<Short> |
ContainerHelper.newUnmodifiableShortList(short... aValues)
Deprecated.
|
static List<Short> |
CollectionHelper.newUnmodifiableShortList(short... aValues) |
static Set<Short> |
ContainerHelper.newUnmodifiableShortOrderedSet(short... aValues)
Deprecated.
|
static Set<Short> |
CollectionHelper.newUnmodifiableShortOrderedSet(short... aValues) |
static Set<Short> |
ContainerHelper.newUnmodifiableShortSet(short... aValues)
Deprecated.
|
static Set<Short> |
CollectionHelper.newUnmodifiableShortSet(short... aValues) |
static SortedSet<Short> |
ContainerHelper.newUnmodifiableShortSortedSet(short... aValues)
Deprecated.
|
static SortedSet<Short> |
CollectionHelper.newUnmodifiableShortSortedSet(short... aValues) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
ContainerHelper.newUnmodifiableSortedMap()
Deprecated.
|
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newUnmodifiableSortedMap() |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
ContainerHelper.newUnmodifiableSortedMap(Collection<? extends KEYTYPE> aKeys,
Collection<? extends VALUETYPE> aValues)
Deprecated.
|
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newUnmodifiableSortedMap(Collection<? extends KEYTYPE> aKeys,
Collection<? extends VALUETYPE> aValues) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
ContainerHelper.newUnmodifiableSortedMap(Collection<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection)
Deprecated.
|
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newUnmodifiableSortedMap(Collection<? extends Map.Entry<KEYTYPE,VALUETYPE>> aCollection) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
ContainerHelper.newUnmodifiableSortedMap(ELEMENTTYPE... aValues)
Deprecated.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newUnmodifiableSortedMap(ELEMENTTYPE... aValues) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
ContainerHelper.newUnmodifiableSortedMap(KEYTYPE[] aKeys,
VALUETYPE[] aValues)
Deprecated.
|
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newUnmodifiableSortedMap(KEYTYPE[] aKeys,
VALUETYPE[] aValues) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
ContainerHelper.newUnmodifiableSortedMap(KEYTYPE aKey,
VALUETYPE aValue)
Deprecated.
|
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newUnmodifiableSortedMap(KEYTYPE aKey,
VALUETYPE aValue) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
ContainerHelper.newUnmodifiableSortedMap(Map<KEYTYPE,? extends VALUETYPE>[] aMaps)
Deprecated.
|
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newUnmodifiableSortedMap(Map<KEYTYPE,? extends VALUETYPE>[] aMaps) |
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
ContainerHelper.newUnmodifiableSortedMap(SortedMap<KEYTYPE,? extends VALUETYPE> aMap)
Deprecated.
|
static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE> |
CollectionHelper.newUnmodifiableSortedMap(SortedMap<KEYTYPE,? extends VALUETYPE> aMap) |
static <ELEMENTTYPE> |
ContainerHelper.newUnmodifiableSortedSet()
Deprecated.
|
static <ELEMENTTYPE> |
CollectionHelper.newUnmodifiableSortedSet() |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
ContainerHelper.newUnmodifiableSortedSet(Collection<? extends ELEMENTTYPE> aCont)
Deprecated.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newUnmodifiableSortedSet(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
ContainerHelper.newUnmodifiableSortedSet(ELEMENTTYPE... aValues)
Deprecated.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newUnmodifiableSortedSet(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
ContainerHelper.newUnmodifiableSortedSet(ELEMENTTYPE aValue)
Deprecated.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newUnmodifiableSortedSet(ELEMENTTYPE aValue) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
ContainerHelper.newUnmodifiableSortedSet(Enumeration<? extends ELEMENTTYPE> aEnum)
Deprecated.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newUnmodifiableSortedSet(Enumeration<? extends ELEMENTTYPE> aEnum) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
ContainerHelper.newUnmodifiableSortedSet(IIterableIterator<? extends ELEMENTTYPE> aIter)
Deprecated.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newUnmodifiableSortedSet(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
ContainerHelper.newUnmodifiableSortedSet(Iterable<? extends ELEMENTTYPE> aCont)
Deprecated.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newUnmodifiableSortedSet(Iterable<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
ContainerHelper.newUnmodifiableSortedSet(Iterator<? extends ELEMENTTYPE> aIter)
Deprecated.
|
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> |
CollectionHelper.newUnmodifiableSortedSet(Iterator<? extends ELEMENTTYPE> aIter) |
Collection<VALUETYPE> |
SingleElementMap.values() |
| Modifier and Type | Method and Description |
|---|---|
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newUnmodifiableList(Iterable<? extends SRCTYPE> aCont,
IFilter<? super SRCTYPE> aFilter,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newUnmodifiableList(Iterable<? extends SRCTYPE> aCont,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newUnmodifiableList(SRCTYPE[] aCont,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newUnmodifiableOrderedSet(Iterable<? extends SRCTYPE> aCont,
IFilter<? super SRCTYPE> aFilter,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newUnmodifiableOrderedSet(Iterable<? extends SRCTYPE> aCont,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newUnmodifiableOrderedSet(Iterator<? extends SRCTYPE> it,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newUnmodifiableSet(Iterable<? extends SRCTYPE> aCont,
IFilter<? super SRCTYPE> aFilter,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newUnmodifiableSet(Iterable<? extends SRCTYPE> aCont,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
static <SRCTYPE,DSTTYPE> |
ContainerConversionHelper.newUnmodifiableSet(Iterator<? extends SRCTYPE> it,
IUnidirectionalConverter<? super SRCTYPE,? extends DSTTYPE> aConverter) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Class<?>> |
ClassHelper.getAllPrimitiveClasses() |
static Set<Class<?>> |
ClassHelper.getAllPrimitiveWrapperClasses() |
| Modifier and Type | Method and Description |
|---|---|
static List<Locale> |
LocaleUtils.getCalculatedLocaleListForResolving(Locale aLocale)
Get a list with all valid locale permutations of the passed locale.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.