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