public class TDecorators extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map |
wrap(TByteByteMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TByteCharMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TByteDoubleMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TByteFloatMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TByteIntMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static List |
wrap(TByteList
Wrap the given list in a decorator that uses the standard
List interface.
|
static Map |
wrap(TByteLongMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TByteObjectMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Set |
wrap(TByteSet
Wrap the given set in a decorator that uses the standard
Set interface.
|
static Map |
wrap(TByteShortMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TCharByteMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TCharCharMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TCharDoubleMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TCharFloatMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TCharIntMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static List |
wrap(TCharList
Wrap the given list in a decorator that uses the standard
List interface.
|
static Map |
wrap(TCharLongMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TCharObjectMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Set |
wrap(TCharSet
Wrap the given set in a decorator that uses the standard
Set interface.
|
static Map |
wrap(TCharShortMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TDoubleByteMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TDoubleCharMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TDoubleDoubleMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TDoubleFloatMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TDoubleIntMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static List |
wrap(TDoubleList
Wrap the given list in a decorator that uses the standard
List interface.
|
static Map |
wrap(TDoubleLongMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TDoubleObjectMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Set |
wrap(TDoubleSet
Wrap the given set in a decorator that uses the standard
Set interface.
|
static Map |
wrap(TDoubleShortMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TFloatByteMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TFloatCharMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TFloatDoubleMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TFloatFloatMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TFloatIntMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static List |
wrap(TFloatList
Wrap the given list in a decorator that uses the standard
List interface.
|
static Map |
wrap(TFloatLongMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TFloatObjectMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Set |
wrap(TFloatSet
Wrap the given set in a decorator that uses the standard
Set interface.
|
static Map |
wrap(TFloatShortMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TIntByteMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TIntCharMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TIntDoubleMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TIntFloatMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TIntIntMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static List |
wrap(TIntList
Wrap the given list in a decorator that uses the standard
List interface.
|
static Map |
wrap(TIntLongMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TIntObjectMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Set |
wrap(TIntSet
Wrap the given set in a decorator that uses the standard
Set interface.
|
static Map |
wrap(TIntShortMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TLongByteMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TLongCharMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TLongDoubleMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TLongFloatMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TLongIntMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static List |
wrap(TLongList
Wrap the given list in a decorator that uses the standard
List interface.
|
static Map |
wrap(TLongLongMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TLongObjectMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Set |
wrap(TLongSet
Wrap the given set in a decorator that uses the standard
Set interface.
|
static Map |
wrap(TLongShortMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TObjectByteMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TObjectCharMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TObjectDoubleMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TObjectFloatMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TObjectIntMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TObjectLongMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TObjectShortMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TShortByteMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TShortCharMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TShortDoubleMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TShortFloatMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Map |
wrap(TShortIntMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static List |
wrap(TShortList
Wrap the given list in a decorator that uses the standard
List interface.
|
static Map |
wrap(TShortLongMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static <T> Map |
wrap(TShortObjectMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
static Set |
wrap(TShortSet
Wrap the given set in a decorator that uses the standard
Set interface.
|
static Map |
wrap(TShortShortMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
public static Map<Double ,Double > wrap(TDoubleDoubleMap map)
Map interface.
map - the
TDoubleDoubleObjectMap to be wrapped
public static Map<Double ,Float > wrap(TDoubleFloatMap map)
Map interface.
map - the
TDoubleFloatObjectMap to be wrapped
public static Map<Double ,Integer > wrap(TDoubleIntMap map)
Map interface.
map - the
TDoubleIntObjectMap to be wrapped
public static Map<Double ,Long > wrap(TDoubleLongMap map)
Map interface.
map - the
TDoubleLongObjectMap to be wrapped
public static Map<Double ,Byte > wrap(TDoubleByteMap map)
Map interface.
map - the
TDoubleByteObjectMap to be wrapped
public static Map<Double ,Short > wrap(TDoubleShortMap map)
Map interface.
map - the
TDoubleShortObjectMap to be wrapped
public static Map<Double ,Character > wrap(TDoubleCharMap map)
Map interface.
map - the
TDoubleCharObjectMap to be wrapped
public static Map<Float ,Double > wrap(TFloatDoubleMap map)
Map interface.
map - the
TFloatDoubleObjectMap to be wrapped
public static Map<Float ,Float > wrap(TFloatFloatMap map)
Map interface.
map - the
TFloatFloatObjectMap to be wrapped
public static Map<Float ,Integer > wrap(TFloatIntMap map)
Map interface.
map - the
TFloatIntObjectMap to be wrapped
public static Map<Float ,Long > wrap(TFloatLongMap map)
Map interface.
map - the
TFloatLongObjectMap to be wrapped
public static Map<Float ,Byte > wrap(TFloatByteMap map)
Map interface.
map - the
TFloatByteObjectMap to be wrapped
public static Map<Float ,Short > wrap(TFloatShortMap map)
Map interface.
map - the
TFloatShortObjectMap to be wrapped
public static Map<Float ,Character > wrap(TFloatCharMap map)
Map interface.
map - the
TFloatCharObjectMap to be wrapped
public static Map<Integer ,Double > wrap(TIntDoubleMap map)
Map interface.
map - the
TIntDoubleObjectMap to be wrapped
public static Map<Integer ,Float > wrap(TIntFloatMap map)
Map interface.
map - the
TIntFloatObjectMap to be wrapped
public static Map<Integer ,Integer > wrap(TIntIntMap map)
Map interface.
map - the
TIntIntObjectMap to be wrapped
public static Map<Integer ,Long > wrap(TIntLongMap map)
Map interface.
map - the
TIntLongObjectMap to be wrapped
public static Map<Integer ,Byte > wrap(TIntByteMap map)
Map interface.
map - the
TIntByteObjectMap to be wrapped
public static Map<Integer ,Short > wrap(TIntShortMap map)
Map interface.
map - the
TIntShortObjectMap to be wrapped
public static Map<Integer ,Character > wrap(TIntCharMap map)
Map interface.
map - the
TIntCharObjectMap to be wrapped
public static Map<Long ,Double > wrap(TLongDoubleMap map)
Map interface.
map - the
TLongDoubleObjectMap to be wrapped
public static Map<Long ,Float > wrap(TLongFloatMap map)
Map interface.
map - the
TLongFloatObjectMap to be wrapped
public static Map<Long ,Integer > wrap(TLongIntMap map)
Map interface.
map - the
TLongIntObjectMap to be wrapped
public static Map<Long ,Long > wrap(TLongLongMap map)
Map interface.
map - the
TLongLongObjectMap to be wrapped
public static Map<Long ,Byte > wrap(TLongByteMap map)
Map interface.
map - the
TLongByteObjectMap to be wrapped
public static Map<Long ,Short > wrap(TLongShortMap map)
Map interface.
map - the
TLongShortObjectMap to be wrapped
public static Map<Long ,Character > wrap(TLongCharMap map)
Map interface.
map - the
TLongCharObjectMap to be wrapped
public static Map<Byte ,Double > wrap(TByteDoubleMap map)
Map interface.
map - the
TByteDoubleObjectMap to be wrapped
public static Map<Byte ,Float > wrap(TByteFloatMap map)
Map interface.
map - the
TByteFloatObjectMap to be wrapped
public static Map<Byte ,Integer > wrap(TByteIntMap map)
Map interface.
map - the
TByteIntObjectMap to be wrapped
public static Map<Byte ,Long > wrap(TByteLongMap map)
Map interface.
map - the
TByteLongObjectMap to be wrapped
public static Map<Byte ,Byte > wrap(TByteByteMap map)
Map interface.
map - the
TByteByteObjectMap to be wrapped
public static Map<Byte ,Short > wrap(TByteShortMap map)
Map interface.
map - the
TByteShortObjectMap to be wrapped
public static Map<Byte ,Character > wrap(TByteCharMap map)
Map interface.
map - the
TByteCharObjectMap to be wrapped
public static Map<Short ,Double > wrap(TShortDoubleMap map)
Map interface.
map - the
TShortDoubleObjectMap to be wrapped
public static Map<Short ,Float > wrap(TShortFloatMap map)
Map interface.
map - the
TShortFloatObjectMap to be wrapped
public static Map<Short ,Integer > wrap(TShortIntMap map)
Map interface.
map - the
TShortIntObjectMap to be wrapped
public static Map<Short ,Long > wrap(TShortLongMap map)
Map interface.
map - the
TShortLongObjectMap to be wrapped
public static Map<Short ,Byte > wrap(TShortByteMap map)
Map interface.
map - the
TShortByteObjectMap to be wrapped
public static Map<Short ,Short > wrap(TShortShortMap map)
Map interface.
map - the
TShortShortObjectMap to be wrapped
public static Map<Short ,Character > wrap(TShortCharMap map)
Map interface.
map - the
TShortCharObjectMap to be wrapped
public static Map<Character ,Double > wrap(TCharDoubleMap map)
Map interface.
map - the
TCharDoubleObjectMap to be wrapped
public static Map<Character ,Float > wrap(TCharFloatMap map)
Map interface.
map - the
TCharFloatObjectMap to be wrapped
public static Map<Character ,Integer > wrap(TCharIntMap map)
Map interface.
map - the
TCharIntObjectMap to be wrapped
public static Map<Character ,Long > wrap(TCharLongMap map)
Map interface.
map - the
TCharLongObjectMap to be wrapped
public static Map<Character ,Byte > wrap(TCharByteMap map)
Map interface.
map - the
TCharByteObjectMap to be wrapped
public static Map<Character ,Short > wrap(TCharShortMap map)
Map interface.
map - the
TCharShortObjectMap to be wrapped
public static Map<Character ,Character > wrap(TCharCharMap map)
Map interface.
map - the
TCharCharObjectMap to be wrapped
public static <T> Map<T ,Double > wrap(TObjectDoubleMap <T> map)
Map interface.
map - the
TObjectDoubleMap to be wrapped
public static <T> Map<T ,Float > wrap(TObjectFloatMap <T> map)
Map interface.
map - the
TObjectFloatMap to be wrapped
public static <T> Map<T ,Integer > wrap(TObjectIntMap <T> map)
Map interface.
map - the
TObjectIntMap to be wrapped
public static <T> Map<T ,Long > wrap(TObjectLongMap <T> map)
Map interface.
map - the
TObjectLongMap to be wrapped
public static <T> Map<T ,Byte > wrap(TObjectByteMap <T> map)
Map interface.
map - the
TObjectByteMap to be wrapped
public static <T> Map<T ,Short > wrap(TObjectShortMap <T> map)
Map interface.
map - the
TObjectShortMap to be wrapped
public static <T> Map<T ,Character > wrap(TObjectCharMap <T> map)
Map interface.
map - the
TObjectCharMap to be wrapped
public static <T> Map<Double ,T> wrap(TDoubleObjectMap <T> map)
Map interface.
map - the
TDoubleObjectMap to be wrapped
public static <T> Map<Float ,T> wrap(TFloatObjectMap <T> map)
Map interface.
map - the
TFloatObjectMap to be wrapped
public static <T> Map<Integer ,T> wrap(TIntObjectMap <T> map)
Map interface.
map - the
TIntObjectMap to be wrapped
public static <T> Map<Long ,T> wrap(TLongObjectMap <T> map)
Map interface.
map - the
TLongObjectMap to be wrapped
public static <T> Map<Byte ,T> wrap(TByteObjectMap <T> map)
Map interface.
map - the
TByteObjectMap to be wrapped
public static <T> Map<Short ,T> wrap(TShortObjectMap <T> map)
Map interface.
map - the
TShortObjectMap to be wrapped
public static <T> Map<Character ,T> wrap(TCharObjectMap <T> map)
Map interface.
map - the
TCharObjectMap to be wrapped
public static Set<Double > wrap(TDoubleSet set)
Set interface.
set - the
TDoubleSet to be wrapped
public static Set<Float > wrap(TFloatSet set)
Set interface.
set - the
TFloatSet to be wrapped
public static Set<Integer > wrap(TIntSet set)
Set interface.
set - the
TIntSet to be wrapped
public static Set<Long > wrap(TLongSet set)
Set interface.
set - the
TLongSet to be wrapped
public static Set<Byte > wrap(TByteSet set)
Set interface.
set - the
TByteSet to be wrapped
public static Set<Short > wrap(TShortSet set)
Set interface.
set - the
TShortSet to be wrapped
public static Set<Character > wrap(TCharSet set)
Set interface.
set - the
TCharSet to be wrapped
public static List<Double > wrap(TDoubleList list)
List interface.
list - the
TDoubleList to be wrapped
public static List<Float > wrap(TFloatList list)
List interface.
list - the
TFloatList to be wrapped
public static List<Integer > wrap(TIntList list)
List interface.
list - the
TIntList to be wrapped
public static List<Long > wrap(TLongList list)
List interface.
list - the
TLongList to be wrapped
public static List<Byte > wrap(TByteList list)
List interface.
list - the
TByteList to be wrapped
public static List<Short > wrap(TShortList list)
List interface.
list - the
TShortList to be wrapped