|
GNU Trove | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgnu.trove.TDecorators
public class TDecorators
This is a static utility class that provides functions for simplifying creation of decorators.
| Method Summary | ||
|---|---|---|
static java.util.Map<java.lang.Byte,java.lang.Byte> |
wrap(TByteByteMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Byte,java.lang.Character> |
wrap(TByteCharMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Byte,java.lang.Double> |
wrap(TByteDoubleMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Byte,java.lang.Float> |
wrap(TByteFloatMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Byte,java.lang.Integer> |
wrap(TByteIntMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.List<java.lang.Byte> |
wrap(TByteList list)
Wrap the given list in a decorator that uses the standard List
interface. |
|
static java.util.Map<java.lang.Byte,java.lang.Long> |
wrap(TByteLongMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TByteObjectMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Set<java.lang.Byte> |
wrap(TByteSet set)
Wrap the given set in a decorator that uses the standard Set
interface. |
|
static java.util.Map<java.lang.Byte,java.lang.Short> |
wrap(TByteShortMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Character,java.lang.Byte> |
wrap(TCharByteMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Character,java.lang.Character> |
wrap(TCharCharMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Character,java.lang.Double> |
wrap(TCharDoubleMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Character,java.lang.Float> |
wrap(TCharFloatMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Character,java.lang.Integer> |
wrap(TCharIntMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.List<java.lang.Character> |
wrap(TCharList list)
Wrap the given list in a decorator that uses the standard List
interface. |
|
static java.util.Map<java.lang.Character,java.lang.Long> |
wrap(TCharLongMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TCharObjectMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Set<java.lang.Character> |
wrap(TCharSet set)
Wrap the given set in a decorator that uses the standard Set
interface. |
|
static java.util.Map<java.lang.Character,java.lang.Short> |
wrap(TCharShortMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Double,java.lang.Byte> |
wrap(TDoubleByteMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Double,java.lang.Character> |
wrap(TDoubleCharMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Double,java.lang.Double> |
wrap(TDoubleDoubleMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Double,java.lang.Float> |
wrap(TDoubleFloatMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Double,java.lang.Integer> |
wrap(TDoubleIntMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.List<java.lang.Double> |
wrap(TDoubleList list)
Wrap the given list in a decorator that uses the standard List
interface. |
|
static java.util.Map<java.lang.Double,java.lang.Long> |
wrap(TDoubleLongMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TDoubleObjectMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Set<java.lang.Double> |
wrap(TDoubleSet set)
Wrap the given set in a decorator that uses the standard Set
interface. |
|
static java.util.Map<java.lang.Double,java.lang.Short> |
wrap(TDoubleShortMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Float,java.lang.Byte> |
wrap(TFloatByteMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Float,java.lang.Character> |
wrap(TFloatCharMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Float,java.lang.Double> |
wrap(TFloatDoubleMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Float,java.lang.Float> |
wrap(TFloatFloatMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Float,java.lang.Integer> |
wrap(TFloatIntMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.List<java.lang.Float> |
wrap(TFloatList list)
Wrap the given list in a decorator that uses the standard List
interface. |
|
static java.util.Map<java.lang.Float,java.lang.Long> |
wrap(TFloatLongMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TFloatObjectMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Set<java.lang.Float> |
wrap(TFloatSet set)
Wrap the given set in a decorator that uses the standard Set
interface. |
|
static java.util.Map<java.lang.Float,java.lang.Short> |
wrap(TFloatShortMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Integer,java.lang.Byte> |
wrap(TIntByteMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Integer,java.lang.Character> |
wrap(TIntCharMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Integer,java.lang.Double> |
wrap(TIntDoubleMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Integer,java.lang.Float> |
wrap(TIntFloatMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Integer,java.lang.Integer> |
wrap(TIntIntMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.List<java.lang.Integer> |
wrap(TIntList list)
Wrap the given list in a decorator that uses the standard List
interface. |
|
static java.util.Map<java.lang.Integer,java.lang.Long> |
wrap(TIntLongMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TIntObjectMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Set<java.lang.Integer> |
wrap(TIntSet set)
Wrap the given set in a decorator that uses the standard Set
interface. |
|
static java.util.Map<java.lang.Integer,java.lang.Short> |
wrap(TIntShortMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Long,java.lang.Byte> |
wrap(TLongByteMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Long,java.lang.Character> |
wrap(TLongCharMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Long,java.lang.Double> |
wrap(TLongDoubleMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Long,java.lang.Float> |
wrap(TLongFloatMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Long,java.lang.Integer> |
wrap(TLongIntMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.List<java.lang.Long> |
wrap(TLongList list)
Wrap the given list in a decorator that uses the standard List
interface. |
|
static java.util.Map<java.lang.Long,java.lang.Long> |
wrap(TLongLongMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TLongObjectMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Set<java.lang.Long> |
wrap(TLongSet set)
Wrap the given set in a decorator that uses the standard Set
interface. |
|
static java.util.Map<java.lang.Long,java.lang.Short> |
wrap(TLongShortMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TObjectByteMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TObjectCharMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TObjectDoubleMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TObjectFloatMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TObjectIntMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TObjectLongMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TObjectShortMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Short,java.lang.Byte> |
wrap(TShortByteMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Short,java.lang.Character> |
wrap(TShortCharMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Short,java.lang.Double> |
wrap(TShortDoubleMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Short,java.lang.Float> |
wrap(TShortFloatMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Map<java.lang.Short,java.lang.Integer> |
wrap(TShortIntMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.List<java.lang.Short> |
wrap(TShortList list)
Wrap the given list in a decorator that uses the standard List
interface. |
|
static java.util.Map<java.lang.Short,java.lang.Long> |
wrap(TShortLongMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static
|
wrap(TShortObjectMap<T> map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
static java.util.Set<java.lang.Short> |
wrap(TShortSet set)
Wrap the given set in a decorator that uses the standard Set
interface. |
|
static java.util.Map<java.lang.Short,java.lang.Short> |
wrap(TShortShortMap map)
Wrap the given map in a decorator that uses the standard Map
interface. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.Map<java.lang.Double,java.lang.Double> wrap(TDoubleDoubleMap map)
Map
interface.
map - the TDoubleDoubleObjectMap to be wrapped
public static java.util.Map<java.lang.Double,java.lang.Float> wrap(TDoubleFloatMap map)
Map
interface.
map - the TDoubleFloatObjectMap to be wrapped
public static java.util.Map<java.lang.Double,java.lang.Integer> wrap(TDoubleIntMap map)
Map
interface.
map - the TDoubleIntObjectMap to be wrapped
public static java.util.Map<java.lang.Double,java.lang.Long> wrap(TDoubleLongMap map)
Map
interface.
map - the TDoubleLongObjectMap to be wrapped
public static java.util.Map<java.lang.Double,java.lang.Byte> wrap(TDoubleByteMap map)
Map
interface.
map - the TDoubleByteObjectMap to be wrapped
public static java.util.Map<java.lang.Double,java.lang.Short> wrap(TDoubleShortMap map)
Map
interface.
map - the TDoubleShortObjectMap to be wrapped
public static java.util.Map<java.lang.Double,java.lang.Character> wrap(TDoubleCharMap map)
Map
interface.
map - the TDoubleCharObjectMap to be wrapped
public static java.util.Map<java.lang.Float,java.lang.Double> wrap(TFloatDoubleMap map)
Map
interface.
map - the TFloatDoubleObjectMap to be wrapped
public static java.util.Map<java.lang.Float,java.lang.Float> wrap(TFloatFloatMap map)
Map
interface.
map - the TFloatFloatObjectMap to be wrapped
public static java.util.Map<java.lang.Float,java.lang.Integer> wrap(TFloatIntMap map)
Map
interface.
map - the TFloatIntObjectMap to be wrapped
public static java.util.Map<java.lang.Float,java.lang.Long> wrap(TFloatLongMap map)
Map
interface.
map - the TFloatLongObjectMap to be wrapped
public static java.util.Map<java.lang.Float,java.lang.Byte> wrap(TFloatByteMap map)
Map
interface.
map - the TFloatByteObjectMap to be wrapped
public static java.util.Map<java.lang.Float,java.lang.Short> wrap(TFloatShortMap map)
Map
interface.
map - the TFloatShortObjectMap to be wrapped
public static java.util.Map<java.lang.Float,java.lang.Character> wrap(TFloatCharMap map)
Map
interface.
map - the TFloatCharObjectMap to be wrapped
public static java.util.Map<java.lang.Integer,java.lang.Double> wrap(TIntDoubleMap map)
Map
interface.
map - the TIntDoubleObjectMap to be wrapped
public static java.util.Map<java.lang.Integer,java.lang.Float> wrap(TIntFloatMap map)
Map
interface.
map - the TIntFloatObjectMap to be wrapped
public static java.util.Map<java.lang.Integer,java.lang.Integer> wrap(TIntIntMap map)
Map
interface.
map - the TIntIntObjectMap to be wrapped
public static java.util.Map<java.lang.Integer,java.lang.Long> wrap(TIntLongMap map)
Map
interface.
map - the TIntLongObjectMap to be wrapped
public static java.util.Map<java.lang.Integer,java.lang.Byte> wrap(TIntByteMap map)
Map
interface.
map - the TIntByteObjectMap to be wrapped
public static java.util.Map<java.lang.Integer,java.lang.Short> wrap(TIntShortMap map)
Map
interface.
map - the TIntShortObjectMap to be wrapped
public static java.util.Map<java.lang.Integer,java.lang.Character> wrap(TIntCharMap map)
Map
interface.
map - the TIntCharObjectMap to be wrapped
public static java.util.Map<java.lang.Long,java.lang.Double> wrap(TLongDoubleMap map)
Map
interface.
map - the TLongDoubleObjectMap to be wrapped
public static java.util.Map<java.lang.Long,java.lang.Float> wrap(TLongFloatMap map)
Map
interface.
map - the TLongFloatObjectMap to be wrapped
public static java.util.Map<java.lang.Long,java.lang.Integer> wrap(TLongIntMap map)
Map
interface.
map - the TLongIntObjectMap to be wrapped
public static java.util.Map<java.lang.Long,java.lang.Long> wrap(TLongLongMap map)
Map
interface.
map - the TLongLongObjectMap to be wrapped
public static java.util.Map<java.lang.Long,java.lang.Byte> wrap(TLongByteMap map)
Map
interface.
map - the TLongByteObjectMap to be wrapped
public static java.util.Map<java.lang.Long,java.lang.Short> wrap(TLongShortMap map)
Map
interface.
map - the TLongShortObjectMap to be wrapped
public static java.util.Map<java.lang.Long,java.lang.Character> wrap(TLongCharMap map)
Map
interface.
map - the TLongCharObjectMap to be wrapped
public static java.util.Map<java.lang.Byte,java.lang.Double> wrap(TByteDoubleMap map)
Map
interface.
map - the TByteDoubleObjectMap to be wrapped
public static java.util.Map<java.lang.Byte,java.lang.Float> wrap(TByteFloatMap map)
Map
interface.
map - the TByteFloatObjectMap to be wrapped
public static java.util.Map<java.lang.Byte,java.lang.Integer> wrap(TByteIntMap map)
Map
interface.
map - the TByteIntObjectMap to be wrapped
public static java.util.Map<java.lang.Byte,java.lang.Long> wrap(TByteLongMap map)
Map
interface.
map - the TByteLongObjectMap to be wrapped
public static java.util.Map<java.lang.Byte,java.lang.Byte> wrap(TByteByteMap map)
Map
interface.
map - the TByteByteObjectMap to be wrapped
public static java.util.Map<java.lang.Byte,java.lang.Short> wrap(TByteShortMap map)
Map
interface.
map - the TByteShortObjectMap to be wrapped
public static java.util.Map<java.lang.Byte,java.lang.Character> wrap(TByteCharMap map)
Map
interface.
map - the TByteCharObjectMap to be wrapped
public static java.util.Map<java.lang.Short,java.lang.Double> wrap(TShortDoubleMap map)
Map
interface.
map - the TShortDoubleObjectMap to be wrapped
public static java.util.Map<java.lang.Short,java.lang.Float> wrap(TShortFloatMap map)
Map
interface.
map - the TShortFloatObjectMap to be wrapped
public static java.util.Map<java.lang.Short,java.lang.Integer> wrap(TShortIntMap map)
Map
interface.
map - the TShortIntObjectMap to be wrapped
public static java.util.Map<java.lang.Short,java.lang.Long> wrap(TShortLongMap map)
Map
interface.
map - the TShortLongObjectMap to be wrapped
public static java.util.Map<java.lang.Short,java.lang.Byte> wrap(TShortByteMap map)
Map
interface.
map - the TShortByteObjectMap to be wrapped
public static java.util.Map<java.lang.Short,java.lang.Short> wrap(TShortShortMap map)
Map
interface.
map - the TShortShortObjectMap to be wrapped
public static java.util.Map<java.lang.Short,java.lang.Character> wrap(TShortCharMap map)
Map
interface.
map - the TShortCharObjectMap to be wrapped
public static java.util.Map<java.lang.Character,java.lang.Double> wrap(TCharDoubleMap map)
Map
interface.
map - the TCharDoubleObjectMap to be wrapped
public static java.util.Map<java.lang.Character,java.lang.Float> wrap(TCharFloatMap map)
Map
interface.
map - the TCharFloatObjectMap to be wrapped
public static java.util.Map<java.lang.Character,java.lang.Integer> wrap(TCharIntMap map)
Map
interface.
map - the TCharIntObjectMap to be wrapped
public static java.util.Map<java.lang.Character,java.lang.Long> wrap(TCharLongMap map)
Map
interface.
map - the TCharLongObjectMap to be wrapped
public static java.util.Map<java.lang.Character,java.lang.Byte> wrap(TCharByteMap map)
Map
interface.
map - the TCharByteObjectMap to be wrapped
public static java.util.Map<java.lang.Character,java.lang.Short> wrap(TCharShortMap map)
Map
interface.
map - the TCharShortObjectMap to be wrapped
public static java.util.Map<java.lang.Character,java.lang.Character> wrap(TCharCharMap map)
Map
interface.
map - the TCharCharObjectMap to be wrapped
public static <T> java.util.Map<T,java.lang.Double> wrap(TObjectDoubleMap<T> map)
Map
interface.
map - the TObjectDoubleMap to be wrapped
public static <T> java.util.Map<T,java.lang.Float> wrap(TObjectFloatMap<T> map)
Map
interface.
map - the TObjectFloatMap to be wrapped
public static <T> java.util.Map<T,java.lang.Integer> wrap(TObjectIntMap<T> map)
Map
interface.
map - the TObjectIntMap to be wrapped
public static <T> java.util.Map<T,java.lang.Long> wrap(TObjectLongMap<T> map)
Map
interface.
map - the TObjectLongMap to be wrapped
public static <T> java.util.Map<T,java.lang.Byte> wrap(TObjectByteMap<T> map)
Map
interface.
map - the TObjectByteMap to be wrapped
public static <T> java.util.Map<T,java.lang.Short> wrap(TObjectShortMap<T> map)
Map
interface.
map - the TObjectShortMap to be wrapped
public static <T> java.util.Map<T,java.lang.Character> wrap(TObjectCharMap<T> map)
Map
interface.
map - the TObjectCharMap to be wrapped
public static <T> java.util.Map<java.lang.Double,T> wrap(TDoubleObjectMap<T> map)
Map
interface.
map - the TDoubleObjectMap to be wrapped
public static <T> java.util.Map<java.lang.Float,T> wrap(TFloatObjectMap<T> map)
Map
interface.
map - the TFloatObjectMap to be wrapped
public static <T> java.util.Map<java.lang.Integer,T> wrap(TIntObjectMap<T> map)
Map
interface.
map - the TIntObjectMap to be wrapped
public static <T> java.util.Map<java.lang.Long,T> wrap(TLongObjectMap<T> map)
Map
interface.
map - the TLongObjectMap to be wrapped
public static <T> java.util.Map<java.lang.Byte,T> wrap(TByteObjectMap<T> map)
Map
interface.
map - the TByteObjectMap to be wrapped
public static <T> java.util.Map<java.lang.Short,T> wrap(TShortObjectMap<T> map)
Map
interface.
map - the TShortObjectMap to be wrapped
public static <T> java.util.Map<java.lang.Character,T> wrap(TCharObjectMap<T> map)
Map
interface.
map - the TCharObjectMap to be wrapped
public static java.util.Set<java.lang.Double> wrap(TDoubleSet set)
Set
interface.
set - the TDoubleSet to be wrapped
public static java.util.Set<java.lang.Float> wrap(TFloatSet set)
Set
interface.
set - the TFloatSet to be wrapped
public static java.util.Set<java.lang.Integer> wrap(TIntSet set)
Set
interface.
set - the TIntSet to be wrapped
public static java.util.Set<java.lang.Long> wrap(TLongSet set)
Set
interface.
set - the TLongSet to be wrapped
public static java.util.Set<java.lang.Byte> wrap(TByteSet set)
Set
interface.
set - the TByteSet to be wrapped
public static java.util.Set<java.lang.Short> wrap(TShortSet set)
Set
interface.
set - the TShortSet to be wrapped
public static java.util.Set<java.lang.Character> wrap(TCharSet set)
Set
interface.
set - the TCharSet to be wrapped
public static java.util.List<java.lang.Double> wrap(TDoubleList list)
List
interface.
list - the TDoubleList to be wrapped
public static java.util.List<java.lang.Float> wrap(TFloatList list)
List
interface.
list - the TFloatList to be wrapped
public static java.util.List<java.lang.Integer> wrap(TIntList list)
List
interface.
list - the TIntList to be wrapped
public static java.util.List<java.lang.Long> wrap(TLongList list)
List
interface.
list - the TLongList to be wrapped
public static java.util.List<java.lang.Byte> wrap(TByteList list)
List
interface.
list - the TByteList to be wrapped
public static java.util.List<java.lang.Short> wrap(TShortList list)
List
interface.
list - the TShortList to be wrapped
public static java.util.List<java.lang.Character> wrap(TCharList list)
List
interface.
list - the TCharList to be wrapped
|
GNU Trove | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||