Package gnu.trove
Class TDecorators
java.lang.Object
gnu.trove.TDecorators
This is a static utility class that provides functions for simplifying creation of
decorators.
- Since:
- Trove 2.1
-
Method Summary
Modifier and TypeMethodDescriptionWrap the given list in a decorator that uses the standardList
interface.Wrap the given list in a decorator that uses the standardList
interface.wrap
(TDoubleList list) Wrap the given list in a decorator that uses the standardList
interface.wrap
(TFloatList list) Wrap the given list in a decorator that uses the standardList
interface.Wrap the given list in a decorator that uses the standardList
interface.Wrap the given list in a decorator that uses the standardList
interface.wrap
(TShortList list) Wrap the given list in a decorator that uses the standardList
interface.wrap
(TByteByteMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TByteCharMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TByteDoubleMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TByteFloatMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TByteIntMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TByteLongMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TByteObjectMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TByteShortMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TCharByteMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TCharCharMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TCharDoubleMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TCharFloatMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TCharIntMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TCharLongMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TCharObjectMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TCharShortMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TDoubleByteMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TDoubleCharMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TDoubleDoubleMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TDoubleFloatMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TDoubleIntMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TDoubleLongMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TDoubleObjectMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TDoubleShortMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TFloatByteMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TFloatCharMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TFloatDoubleMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TFloatFloatMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TFloatIntMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TFloatLongMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TFloatObjectMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TFloatShortMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TIntByteMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TIntCharMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TIntDoubleMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TIntFloatMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TIntIntMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TIntLongMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TIntObjectMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TIntShortMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TLongByteMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TLongCharMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TLongDoubleMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TLongFloatMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TLongIntMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TLongLongMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TLongObjectMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TLongShortMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TObjectByteMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TObjectCharMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TObjectDoubleMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TObjectFloatMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TObjectIntMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TObjectLongMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TObjectShortMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TShortByteMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TShortCharMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TShortDoubleMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TShortFloatMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TShortIntMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TShortLongMap map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TShortObjectMap<T> map) Wrap the given map in a decorator that uses the standardMap
interface.wrap
(TShortShortMap map) Wrap the given map in a decorator that uses the standardMap
interface.Wrap the given set in a decorator that uses the standardSet
interface.Wrap the given set in a decorator that uses the standardSet
interface.wrap
(TDoubleSet set) Wrap the given set in a decorator that uses the standardSet
interface.Wrap the given set in a decorator that uses the standardSet
interface.Wrap the given set in a decorator that uses the standardSet
interface.Wrap the given set in a decorator that uses the standardSet
interface.Wrap the given set in a decorator that uses the standardSet
interface.
-
Method Details
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TDoubleDoubleObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TDoubleFloatObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TDoubleIntObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TDoubleLongObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TDoubleByteObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TDoubleShortObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TDoubleCharObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TFloatDoubleObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TFloatFloatObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TFloatIntObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TFloatLongObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TFloatByteObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TFloatShortObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TFloatCharObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TIntDoubleObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TIntFloatObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TIntIntObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TIntLongObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TIntByteObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TIntShortObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TIntCharObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TLongDoubleObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TLongFloatObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TLongIntObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TLongLongObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TLongByteObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TLongShortObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TLongCharObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TByteDoubleObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TByteFloatObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TByteIntObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TByteLongObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TByteByteObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TByteShortObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TByteCharObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TShortDoubleObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TShortFloatObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TShortIntObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TShortLongObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TShortByteObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TShortShortObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TShortCharObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TCharDoubleObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TCharFloatObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TCharIntObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TCharLongObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TCharByteObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TCharShortObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TCharCharObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TObjectDoubleMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TObjectFloatMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TObjectIntMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TObjectLongMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TObjectByteMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TObjectShortMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TObjectCharMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TDoubleObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TFloatObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TIntObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TLongObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TByteObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TShortObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given map in a decorator that uses the standardMap
interface.- Parameters:
map
- the TCharObjectMap to be wrapped- Returns:
- the wrapped map.
-
wrap
Wrap the given set in a decorator that uses the standardSet
interface.- Parameters:
set
- the TDoubleSet to be wrapped- Returns:
- the wrapped set.
-
wrap
Wrap the given set in a decorator that uses the standardSet
interface.- Parameters:
set
- the TFloatSet to be wrapped- Returns:
- the wrapped set.
-
wrap
Wrap the given set in a decorator that uses the standardSet
interface.- Parameters:
set
- the TIntSet to be wrapped- Returns:
- the wrapped set.
-
wrap
Wrap the given set in a decorator that uses the standardSet
interface.- Parameters:
set
- the TLongSet to be wrapped- Returns:
- the wrapped set.
-
wrap
Wrap the given set in a decorator that uses the standardSet
interface.- Parameters:
set
- the TByteSet to be wrapped- Returns:
- the wrapped set.
-
wrap
Wrap the given set in a decorator that uses the standardSet
interface.- Parameters:
set
- the TShortSet to be wrapped- Returns:
- the wrapped set.
-
wrap
Wrap the given set in a decorator that uses the standardSet
interface.- Parameters:
set
- the TCharSet to be wrapped- Returns:
- the wrapped set.
-
wrap
Wrap the given list in a decorator that uses the standardList
interface.- Parameters:
list
- the TDoubleList to be wrapped- Returns:
- the wrapped list.
-
wrap
Wrap the given list in a decorator that uses the standardList
interface.- Parameters:
list
- the TFloatList to be wrapped- Returns:
- the wrapped list.
-
wrap
Wrap the given list in a decorator that uses the standardList
interface.- Parameters:
list
- the TIntList to be wrapped- Returns:
- the wrapped list.
-
wrap
Wrap the given list in a decorator that uses the standardList
interface.- Parameters:
list
- the TLongList to be wrapped- Returns:
- the wrapped list.
-
wrap
Wrap the given list in a decorator that uses the standardList
interface.- Parameters:
list
- the TByteList to be wrapped- Returns:
- the wrapped list.
-
wrap
Wrap the given list in a decorator that uses the standardList
interface.- Parameters:
list
- the TShortList to be wrapped- Returns:
- the wrapped list.
-
wrap
Wrap the given list in a decorator that uses the standardList
interface.- Parameters:
list
- the TCharList to be wrapped- Returns:
- the wrapped list.
-