|
PCJ API Version 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bak.pcj.Adapter
This class provides static methods for creating adapters betweeen primitive collections and Java Collection Framework collections. Adapters are generally implemented as wrappers around an underlying collection. Thus, changes to the underlying collection are reflected by the adapting collection and vice versa.
In order for adaptions from JCF to PCJ to work correctly, a number of rules should be followed:
ClassCastException
will likely be
thrown by some or all of the adaption's methods.
NullPointerException
will likely be
thrown by some or all of the adaption's methods.
Method Summary | |
static BooleanKeyBooleanMap |
asBooleanKeyBooleans(Map map)
Returns an adaption of a map to a primitive map from boolean keys to boolean values. |
static BooleanKeyByteMap |
asBooleanKeyBytes(Map map)
Returns an adaption of a map to a primitive map from boolean keys to byte values. |
static BooleanKeyCharMap |
asBooleanKeyChars(Map map)
Returns an adaption of a map to a primitive map from boolean keys to char values. |
static BooleanKeyDoubleMap |
asBooleanKeyDoubles(Map map)
Returns an adaption of a map to a primitive map from boolean keys to double values. |
static BooleanKeyFloatMap |
asBooleanKeyFloats(Map map)
Returns an adaption of a map to a primitive map from boolean keys to float values. |
static BooleanKeyIntMap |
asBooleanKeyInts(Map map)
Returns an adaption of a map to a primitive map from boolean keys to int values. |
static BooleanKeyLongMap |
asBooleanKeyLongs(Map map)
Returns an adaption of a map to a primitive map from boolean keys to long values. |
static BooleanKeyMap |
asBooleanKeys(Map map)
Returns an adaption of a map to a primitive map from boolean keys to objects. |
static BooleanKeyShortMap |
asBooleanKeyShorts(Map map)
Returns an adaption of a map to a primitive map from boolean keys to short values. |
static BooleanCollection |
asBooleans(Collection collection)
Returns an adaption of a collection to a collection of primitive boolean values. |
static BooleanIterator |
asBooleans(Iterator iterator)
Returns an adaption of an iterator to an iterator over primitive boolean values. |
static BooleanList |
asBooleans(List list)
Returns an adaption of a list to a list of primitive boolean values. |
static BooleanListIterator |
asBooleans(ListIterator iterator)
Returns an adaption of a list iterator to a list iterator over primitive boolean values. |
static BooleanSet |
asBooleans(Set set)
Returns an adaption of a set to a set of primitive boolean values. |
static BooleanSortedSet |
asBooleans(SortedSet set)
Returns an adaption of a sorted set to a sorted set of primitive boolean values. |
static ByteKeyBooleanMap |
asByteKeyBooleans(Map map)
Returns an adaption of a map to a primitive map from byte keys to boolean values. |
static ByteKeyByteMap |
asByteKeyBytes(Map map)
Returns an adaption of a map to a primitive map from byte keys to byte values. |
static ByteKeyCharMap |
asByteKeyChars(Map map)
Returns an adaption of a map to a primitive map from byte keys to char values. |
static ByteKeyDoubleMap |
asByteKeyDoubles(Map map)
Returns an adaption of a map to a primitive map from byte keys to double values. |
static ByteKeyFloatMap |
asByteKeyFloats(Map map)
Returns an adaption of a map to a primitive map from byte keys to float values. |
static ByteKeyIntMap |
asByteKeyInts(Map map)
Returns an adaption of a map to a primitive map from byte keys to int values. |
static ByteKeyLongMap |
asByteKeyLongs(Map map)
Returns an adaption of a map to a primitive map from byte keys to long values. |
static ByteKeyMap |
asByteKeys(Map map)
Returns an adaption of a map to a primitive map from byte keys to objects. |
static ByteKeyShortMap |
asByteKeyShorts(Map map)
Returns an adaption of a map to a primitive map from byte keys to short values. |
static ByteCollection |
asBytes(Collection collection)
Returns an adaption of a collection to a collection of primitive byte values. |
static ByteIterator |
asBytes(Iterator iterator)
Returns an adaption of an iterator to an iterator over primitive byte values. |
static ByteList |
asBytes(List list)
Returns an adaption of a list to a list of primitive byte values. |
static ByteListIterator |
asBytes(ListIterator iterator)
Returns an adaption of a list iterator to a list iterator over primitive byte values. |
static ByteSet |
asBytes(Set set)
Returns an adaption of a set to a set of primitive byte values. |
static ByteSortedSet |
asBytes(SortedSet set)
Returns an adaption of a sorted set to a sorted set of primitive byte values. |
static CharKeyBooleanMap |
asCharKeyBooleans(Map map)
Returns an adaption of a map to a primitive map from char keys to boolean values. |
static CharKeyByteMap |
asCharKeyBytes(Map map)
Returns an adaption of a map to a primitive map from char keys to byte values. |
static CharKeyCharMap |
asCharKeyChars(Map map)
Returns an adaption of a map to a primitive map from char keys to char values. |
static CharKeyDoubleMap |
asCharKeyDoubles(Map map)
Returns an adaption of a map to a primitive map from char keys to double values. |
static CharKeyFloatMap |
asCharKeyFloats(Map map)
Returns an adaption of a map to a primitive map from char keys to float values. |
static CharKeyIntMap |
asCharKeyInts(Map map)
Returns an adaption of a map to a primitive map from char keys to int values. |
static CharKeyLongMap |
asCharKeyLongs(Map map)
Returns an adaption of a map to a primitive map from char keys to long values. |
static CharKeyMap |
asCharKeys(Map map)
Returns an adaption of a map to a primitive map from char keys to objects. |
static CharKeyShortMap |
asCharKeyShorts(Map map)
Returns an adaption of a map to a primitive map from char keys to short values. |
static CharCollection |
asChars(Collection collection)
Returns an adaption of a collection to a collection of primitive char values. |
static CharIterator |
asChars(Iterator iterator)
Returns an adaption of an iterator to an iterator over primitive char values. |
static CharList |
asChars(List list)
Returns an adaption of a list to a list of primitive char values. |
static CharListIterator |
asChars(ListIterator iterator)
Returns an adaption of a list iterator to a list iterator over primitive char values. |
static CharSet |
asChars(Set set)
Returns an adaption of a set to a set of primitive char values. |
static CharSortedSet |
asChars(SortedSet set)
Returns an adaption of a sorted set to a sorted set of primitive char values. |
static DoubleKeyBooleanMap |
asDoubleKeyBooleans(Map map)
Returns an adaption of a map to a primitive map from double keys to boolean values. |
static DoubleKeyByteMap |
asDoubleKeyBytes(Map map)
Returns an adaption of a map to a primitive map from double keys to byte values. |
static DoubleKeyCharMap |
asDoubleKeyChars(Map map)
Returns an adaption of a map to a primitive map from double keys to char values. |
static DoubleKeyDoubleMap |
asDoubleKeyDoubles(Map map)
Returns an adaption of a map to a primitive map from double keys to double values. |
static DoubleKeyFloatMap |
asDoubleKeyFloats(Map map)
Returns an adaption of a map to a primitive map from double keys to float values. |
static DoubleKeyIntMap |
asDoubleKeyInts(Map map)
Returns an adaption of a map to a primitive map from double keys to int values. |
static DoubleKeyLongMap |
asDoubleKeyLongs(Map map)
Returns an adaption of a map to a primitive map from double keys to long values. |
static DoubleKeyMap |
asDoubleKeys(Map map)
Returns an adaption of a map to a primitive map from double keys to objects. |
static DoubleKeyShortMap |
asDoubleKeyShorts(Map map)
Returns an adaption of a map to a primitive map from double keys to short values. |
static DoubleCollection |
asDoubles(Collection collection)
Returns an adaption of a collection to a collection of primitive double values. |
static DoubleIterator |
asDoubles(Iterator iterator)
Returns an adaption of an iterator to an iterator over primitive double values. |
static DoubleList |
asDoubles(List list)
Returns an adaption of a list to a list of primitive double values. |
static DoubleListIterator |
asDoubles(ListIterator iterator)
Returns an adaption of a list iterator to a list iterator over primitive double values. |
static DoubleSet |
asDoubles(Set set)
Returns an adaption of a set to a set of primitive double values. |
static DoubleSortedSet |
asDoubles(SortedSet set)
Returns an adaption of a sorted set to a sorted set of primitive double values. |
static FloatKeyBooleanMap |
asFloatKeyBooleans(Map map)
Returns an adaption of a map to a primitive map from float keys to boolean values. |
static FloatKeyByteMap |
asFloatKeyBytes(Map map)
Returns an adaption of a map to a primitive map from float keys to byte values. |
static FloatKeyCharMap |
asFloatKeyChars(Map map)
Returns an adaption of a map to a primitive map from float keys to char values. |
static FloatKeyDoubleMap |
asFloatKeyDoubles(Map map)
Returns an adaption of a map to a primitive map from float keys to double values. |
static FloatKeyFloatMap |
asFloatKeyFloats(Map map)
Returns an adaption of a map to a primitive map from float keys to float values. |
static FloatKeyIntMap |
asFloatKeyInts(Map map)
Returns an adaption of a map to a primitive map from float keys to int values. |
static FloatKeyLongMap |
asFloatKeyLongs(Map map)
Returns an adaption of a map to a primitive map from float keys to long values. |
static FloatKeyMap |
asFloatKeys(Map map)
Returns an adaption of a map to a primitive map from float keys to objects. |
static FloatKeyShortMap |
asFloatKeyShorts(Map map)
Returns an adaption of a map to a primitive map from float keys to short values. |
static FloatCollection |
asFloats(Collection collection)
Returns an adaption of a collection to a collection of primitive float values. |
static FloatIterator |
asFloats(Iterator iterator)
Returns an adaption of an iterator to an iterator over primitive float values. |
static FloatList |
asFloats(List list)
Returns an adaption of a list to a list of primitive float values. |
static FloatListIterator |
asFloats(ListIterator iterator)
Returns an adaption of a list iterator to a list iterator over primitive float values. |
static FloatSet |
asFloats(Set set)
Returns an adaption of a set to a set of primitive float values. |
static FloatSortedSet |
asFloats(SortedSet set)
Returns an adaption of a sorted set to a sorted set of primitive float values. |
static IntKeyBooleanMap |
asIntKeyBooleans(Map map)
Returns an adaption of a map to a primitive map from int keys to boolean values. |
static IntKeyByteMap |
asIntKeyBytes(Map map)
Returns an adaption of a map to a primitive map from int keys to byte values. |
static IntKeyCharMap |
asIntKeyChars(Map map)
Returns an adaption of a map to a primitive map from int keys to char values. |
static IntKeyDoubleMap |
asIntKeyDoubles(Map map)
Returns an adaption of a map to a primitive map from int keys to double values. |
static IntKeyFloatMap |
asIntKeyFloats(Map map)
Returns an adaption of a map to a primitive map from int keys to float values. |
static IntKeyIntMap |
asIntKeyInts(Map map)
Returns an adaption of a map to a primitive map from int keys to int values. |
static IntKeyLongMap |
asIntKeyLongs(Map map)
Returns an adaption of a map to a primitive map from int keys to long values. |
static IntKeyMap |
asIntKeys(Map map)
Returns an adaption of a map to a primitive map from int keys to objects. |
static IntKeyShortMap |
asIntKeyShorts(Map map)
Returns an adaption of a map to a primitive map from int keys to short values. |
static IntCollection |
asInts(Collection collection)
Returns an adaption of a collection to a collection of primitive int values. |
static IntIterator |
asInts(Iterator iterator)
Returns an adaption of an iterator to an iterator over primitive int values. |
static IntList |
asInts(List list)
Returns an adaption of a list to a list of primitive int values. |
static IntListIterator |
asInts(ListIterator iterator)
Returns an adaption of a list iterator to a list iterator over primitive int values. |
static IntSet |
asInts(Set set)
Returns an adaption of a set to a set of primitive int values. |
static IntSortedSet |
asInts(SortedSet set)
Returns an adaption of a sorted set to a sorted set of primitive int values. |
static LongKeyBooleanMap |
asLongKeyBooleans(Map map)
Returns an adaption of a map to a primitive map from long keys to boolean values. |
static LongKeyByteMap |
asLongKeyBytes(Map map)
Returns an adaption of a map to a primitive map from long keys to byte values. |
static LongKeyCharMap |
asLongKeyChars(Map map)
Returns an adaption of a map to a primitive map from long keys to char values. |
static LongKeyDoubleMap |
asLongKeyDoubles(Map map)
Returns an adaption of a map to a primitive map from long keys to double values. |
static LongKeyFloatMap |
asLongKeyFloats(Map map)
Returns an adaption of a map to a primitive map from long keys to float values. |
static LongKeyIntMap |
asLongKeyInts(Map map)
Returns an adaption of a map to a primitive map from long keys to int values. |
static LongKeyLongMap |
asLongKeyLongs(Map map)
Returns an adaption of a map to a primitive map from long keys to long values. |
static LongKeyMap |
asLongKeys(Map map)
Returns an adaption of a map to a primitive map from long keys to objects. |
static LongKeyShortMap |
asLongKeyShorts(Map map)
Returns an adaption of a map to a primitive map from long keys to short values. |
static LongCollection |
asLongs(Collection collection)
Returns an adaption of a collection to a collection of primitive long values. |
static LongIterator |
asLongs(Iterator iterator)
Returns an adaption of an iterator to an iterator over primitive long values. |
static LongList |
asLongs(List list)
Returns an adaption of a list to a list of primitive long values. |
static LongListIterator |
asLongs(ListIterator iterator)
Returns an adaption of a list iterator to a list iterator over primitive long values. |
static LongSet |
asLongs(Set set)
Returns an adaption of a set to a set of primitive long values. |
static LongSortedSet |
asLongs(SortedSet set)
Returns an adaption of a sorted set to a sorted set of primitive long values. |
static ObjectKeyBooleanMap |
asObjectKeyBooleans(Map map)
Returns an adaption of a map to a primitive map from object keys to boolean values. |
static ObjectKeyByteMap |
asObjectKeyBytes(Map map)
Returns an adaption of a map to a primitive map from object keys to byte values. |
static ObjectKeyCharMap |
asObjectKeyChars(Map map)
Returns an adaption of a map to a primitive map from object keys to char values. |
static ObjectKeyDoubleMap |
asObjectKeyDoubles(Map map)
Returns an adaption of a map to a primitive map from object keys to double values. |
static ObjectKeyFloatMap |
asObjectKeyFloats(Map map)
Returns an adaption of a map to a primitive map from object keys to float values. |
static ObjectKeyIntMap |
asObjectKeyInts(Map map)
Returns an adaption of a map to a primitive map from object keys to int values. |
static ObjectKeyLongMap |
asObjectKeyLongs(Map map)
Returns an adaption of a map to a primitive map from object keys to long values. |
static ObjectKeyShortMap |
asObjectKeyShorts(Map map)
Returns an adaption of a map to a primitive map from object keys to short values. |
static Collection |
asObjects(BooleanCollection collection)
Returns an adaption of a primitive collection of boolean values to a collection. |
static Iterator |
asObjects(BooleanIterator iterator)
Returns an adaption of an iterator over primitive boolean values to an iterator. |
static Map |
asObjects(BooleanKeyBooleanMap map)
Returns an adaption of a primitive map from boolean keys to boolean values to a map. |
static Map |
asObjects(BooleanKeyByteMap map)
Returns an adaption of a primitive map from boolean keys to byte values to a map. |
static Map |
asObjects(BooleanKeyDoubleMap map)
Returns an adaption of a primitive map from boolean keys to double values to a map. |
static Map |
asObjects(BooleanKeyFloatMap map)
Returns an adaption of a primitive map from boolean keys to float values to a map. |
static Map |
asObjects(BooleanKeyIntMap map)
Returns an adaption of a primitive map from boolean keys to int values to a map. |
static Map |
asObjects(BooleanKeyLongMap map)
Returns an adaption of a primitive map from boolean keys to long values to a map. |
static Map |
asObjects(BooleanKeyMap map)
Returns an adaption of a primitive map of boolean keys to a map. |
static Map |
asObjects(BooleanKeyShortMap map)
Returns an adaption of a primitive map from boolean keys to short values to a map. |
static List |
asObjects(BooleanList list)
Returns an adaption of a list of primitive boolean values to a list. |
static ListIterator |
asObjects(BooleanListIterator iterator)
Returns an adaption of a list iterator over primitive boolean values to a list iterator. |
static Set |
asObjects(BooleanSet set)
Returns an adaption of a set of primitive boolean values to a set. |
static SortedSet |
asObjects(BooleanSortedSet set)
Returns an adaption of a sorted set of primitive boolean values to a sorted set. |
static Collection |
asObjects(ByteCollection collection)
Returns an adaption of a primitive collection of byte values to a collection. |
static Iterator |
asObjects(ByteIterator iterator)
Returns an adaption of an iterator over primitive byte values to an iterator. |
static Map |
asObjects(ByteKeyBooleanMap map)
Returns an adaption of a primitive map from byte keys to boolean values to a map. |
static Map |
asObjects(ByteKeyByteMap map)
Returns an adaption of a primitive map from byte keys to byte values to a map. |
static Map |
asObjects(ByteKeyCharMap map)
Returns an adaption of a primitive map from byte keys to char values to a map. |
static Map |
asObjects(ByteKeyDoubleMap map)
Returns an adaption of a primitive map from byte keys to double values to a map. |
static Map |
asObjects(ByteKeyFloatMap map)
Returns an adaption of a primitive map from byte keys to float values to a map. |
static Map |
asObjects(ByteKeyIntMap map)
Returns an adaption of a primitive map from byte keys to int values to a map. |
static Map |
asObjects(ByteKeyLongMap map)
Returns an adaption of a primitive map from byte keys to long values to a map. |
static Map |
asObjects(ByteKeyMap map)
Returns an adaption of a primitive map of byte keys to a map. |
static Map |
asObjects(ByteKeyShortMap map)
Returns an adaption of a primitive map from byte keys to short values to a map. |
static List |
asObjects(ByteList list)
Returns an adaption of a list of primitive byte values to a list. |
static ListIterator |
asObjects(ByteListIterator iterator)
Returns an adaption of a list iterator over primitive byte values to a list iterator. |
static Set |
asObjects(ByteSet set)
Returns an adaption of a set of primitive byte values to a set. |
static SortedSet |
asObjects(ByteSortedSet set)
Returns an adaption of a sorted set of primitive byte values to a sorted set. |
static Collection |
asObjects(CharCollection collection)
Returns an adaption of a primitive collection of char values to a collection. |
static Iterator |
asObjects(CharIterator iterator)
Returns an adaption of an iterator over primitive char values to an iterator. |
static Map |
asObjects(CharKeyBooleanMap map)
Returns an adaption of a primitive map from char keys to boolean values to a map. |
static Map |
asObjects(CharKeyByteMap map)
Returns an adaption of a primitive map from char keys to byte values to a map. |
static Map |
asObjects(CharKeyCharMap map)
Returns an adaption of a primitive map from char keys to char values to a map. |
static Map |
asObjects(CharKeyDoubleMap map)
Returns an adaption of a primitive map from char keys to double values to a map. |
static Map |
asObjects(CharKeyFloatMap map)
Returns an adaption of a primitive map from char keys to float values to a map. |
static Map |
asObjects(CharKeyIntMap map)
Returns an adaption of a primitive map from char keys to int values to a map. |
static Map |
asObjects(CharKeyLongMap map)
Returns an adaption of a primitive map from char keys to long values to a map. |
static Map |
asObjects(CharKeyMap map)
Returns an adaption of a primitive map of char keys to a map. |
static Map |
asObjects(CharKeyShortMap map)
Returns an adaption of a primitive map from char keys to short values to a map. |
static List |
asObjects(CharList list)
Returns an adaption of a list of primitive char values to a list. |
static ListIterator |
asObjects(CharListIterator iterator)
Returns an adaption of a list iterator over primitive char values to a list iterator. |
static Set |
asObjects(CharSet set)
Returns an adaption of a set of primitive char values to a set. |
static SortedSet |
asObjects(CharSortedSet set)
Returns an adaption of a sorted set of primitive char values to a sorted set. |
static Collection |
asObjects(DoubleCollection collection)
Returns an adaption of a primitive collection of double values to a collection. |
static Iterator |
asObjects(DoubleIterator iterator)
Returns an adaption of an iterator over primitive double values to an iterator. |
static Map |
asObjects(DoubleKeyBooleanMap map)
Returns an adaption of a primitive map from double keys to boolean values to a map. |
static Map |
asObjects(DoubleKeyByteMap map)
Returns an adaption of a primitive map from double keys to byte values to a map. |
static Map |
asObjects(DoubleKeyCharMap map)
Returns an adaption of a primitive map from double keys to char values to a map. |
static Map |
asObjects(DoubleKeyDoubleMap map)
Returns an adaption of a primitive map from double keys to double values to a map. |
static Map |
asObjects(DoubleKeyFloatMap map)
Returns an adaption of a primitive map from double keys to float values to a map. |
static Map |
asObjects(DoubleKeyIntMap map)
Returns an adaption of a primitive map from double keys to int values to a map. |
static Map |
asObjects(DoubleKeyLongMap map)
Returns an adaption of a primitive map from double keys to long values to a map. |
static Map |
asObjects(DoubleKeyMap map)
Returns an adaption of a primitive map of double keys to a map. |
static Map |
asObjects(DoubleKeyShortMap map)
Returns an adaption of a primitive map from double keys to short values to a map. |
static List |
asObjects(DoubleList list)
Returns an adaption of a list of primitive double values to a list. |
static ListIterator |
asObjects(DoubleListIterator iterator)
Returns an adaption of a list iterator over primitive double values to a list iterator. |
static Set |
asObjects(DoubleSet set)
Returns an adaption of a set of primitive double values to a set. |
static SortedSet |
asObjects(DoubleSortedSet set)
Returns an adaption of a sorted set of primitive double values to a sorted set. |
static Collection |
asObjects(FloatCollection collection)
Returns an adaption of a primitive collection of float values to a collection. |
static Iterator |
asObjects(FloatIterator iterator)
Returns an adaption of an iterator over primitive float values to an iterator. |
static Map |
asObjects(FloatKeyBooleanMap map)
Returns an adaption of a primitive map from float keys to boolean values to a map. |
static Map |
asObjects(FloatKeyByteMap map)
Returns an adaption of a primitive map from float keys to byte values to a map. |
static Map |
asObjects(FloatKeyCharMap map)
Returns an adaption of a primitive map from float keys to char values to a map. |
static Map |
asObjects(FloatKeyDoubleMap map)
Returns an adaption of a primitive map from float keys to double values to a map. |
static Map |
asObjects(FloatKeyFloatMap map)
Returns an adaption of a primitive map from float keys to float values to a map. |
static Map |
asObjects(FloatKeyIntMap map)
Returns an adaption of a primitive map from float keys to int values to a map. |
static Map |
asObjects(FloatKeyLongMap map)
Returns an adaption of a primitive map from float keys to long values to a map. |
static Map |
asObjects(FloatKeyMap map)
Returns an adaption of a primitive map of float keys to a map. |
static Map |
asObjects(FloatKeyShortMap map)
Returns an adaption of a primitive map from float keys to short values to a map. |
static List |
asObjects(FloatList list)
Returns an adaption of a list of primitive float values to a list. |
static ListIterator |
asObjects(FloatListIterator iterator)
Returns an adaption of a list iterator over primitive float values to a list iterator. |
static Set |
asObjects(FloatSet set)
Returns an adaption of a set of primitive float values to a set. |
static SortedSet |
asObjects(FloatSortedSet set)
Returns an adaption of a sorted set of primitive float values to a sorted set. |
static Collection |
asObjects(IntCollection collection)
Returns an adaption of a primitive collection of int values to a collection. |
static Iterator |
asObjects(IntIterator iterator)
Returns an adaption of an iterator over primitive int values to an iterator. |
static Map |
asObjects(IntKeyBooleanMap map)
Returns an adaption of a primitive map from int keys to boolean values to a map. |
static Map |
asObjects(IntKeyByteMap map)
Returns an adaption of a primitive map from int keys to byte values to a map. |
static Map |
asObjects(IntKeyCharMap map)
Returns an adaption of a primitive map from int keys to char values to a map. |
static Map |
asObjects(IntKeyDoubleMap map)
Returns an adaption of a primitive map from int keys to double values to a map. |
static Map |
asObjects(IntKeyFloatMap map)
Returns an adaption of a primitive map from int keys to float values to a map. |
static Map |
asObjects(IntKeyIntMap map)
Returns an adaption of a primitive map from int keys to int values to a map. |
static Map |
asObjects(IntKeyLongMap map)
Returns an adaption of a primitive map from int keys to long values to a map. |
static Map |
asObjects(IntKeyMap map)
Returns an adaption of a primitive map of int keys to a map. |
static Map |
asObjects(IntKeyShortMap map)
Returns an adaption of a primitive map from int keys to short values to a map. |
static List |
asObjects(IntList list)
Returns an adaption of a list of primitive int values to a list. |
static ListIterator |
asObjects(IntListIterator iterator)
Returns an adaption of a list iterator over primitive int values to a list iterator. |
static Set |
asObjects(IntSet set)
Returns an adaption of a set of primitive int values to a set. |
static SortedSet |
asObjects(IntSortedSet set)
Returns an adaption of a sorted set of primitive int values to a sorted set. |
static Collection |
asObjects(LongCollection collection)
Returns an adaption of a primitive collection of long values to a collection. |
static Iterator |
asObjects(LongIterator iterator)
Returns an adaption of an iterator over primitive long values to an iterator. |
static Map |
asObjects(LongKeyBooleanMap map)
Returns an adaption of a primitive map from long keys to boolean values to a map. |
static Map |
asObjects(LongKeyByteMap map)
Returns an adaption of a primitive map from long keys to byte values to a map. |
static Map |
asObjects(LongKeyCharMap map)
Returns an adaption of a primitive map from long keys to char values to a map. |
static Map |
asObjects(LongKeyDoubleMap map)
Returns an adaption of a primitive map from long keys to double values to a map. |
static Map |
asObjects(LongKeyFloatMap map)
Returns an adaption of a primitive map from long keys to float values to a map. |
static Map |
asObjects(LongKeyIntMap map)
Returns an adaption of a primitive map from long keys to int values to a map. |
static Map |
asObjects(LongKeyLongMap map)
Returns an adaption of a primitive map from long keys to long values to a map. |
static Map |
asObjects(LongKeyMap map)
Returns an adaption of a primitive map of long keys to a map. |
static Map |
asObjects(LongKeyShortMap map)
Returns an adaption of a primitive map from long keys to short values to a map. |
static List |
asObjects(LongList list)
Returns an adaption of a list of primitive long values to a list. |
static ListIterator |
asObjects(LongListIterator iterator)
Returns an adaption of a list iterator over primitive long values to a list iterator. |
static Set |
asObjects(LongSet set)
Returns an adaption of a set of primitive long values to a set. |
static SortedSet |
asObjects(LongSortedSet set)
Returns an adaption of a sorted set of primitive long values to a sorted set. |
static Map |
asObjects(ObjectKeyBooleanMap map)
Returns an adaption of a primitive map of object keys and boolean values to a map. |
static Map |
asObjects(ObjectKeyByteMap map)
Returns an adaption of a primitive map of object keys and byte values to a map. |
static Map |
asObjects(ObjectKeyCharMap map)
Returns an adaption of a primitive map of object keys and char values to a map. |
static Map |
asObjects(ObjectKeyDoubleMap map)
Returns an adaption of a primitive map of object keys and double values to a map. |
static Map |
asObjects(ObjectKeyFloatMap map)
Returns an adaption of a primitive map of object keys and float values to a map. |
static Map |
asObjects(ObjectKeyIntMap map)
Returns an adaption of a primitive map of object keys and int values to a map. |
static Map |
asObjects(ObjectKeyLongMap map)
Returns an adaption of a primitive map of object keys and long values to a map. |
static Map |
asObjects(ObjectKeyShortMap map)
Returns an adaption of a primitive map of object keys and short values to a map. |
static Collection |
asObjects(ShortCollection collection)
Returns an adaption of a primitive collection of short values to a collection. |
static Iterator |
asObjects(ShortIterator iterator)
Returns an adaption of an iterator over primitive short values to an iterator. |
static Map |
asObjects(ShortKeyBooleanMap map)
Returns an adaption of a primitive map from short keys to boolean values to a map. |
static Map |
asObjects(ShortKeyByteMap map)
Returns an adaption of a primitive map from short keys to byte values to a map. |
static Map |
asObjects(ShortKeyCharMap map)
Returns an adaption of a primitive map from short keys to char values to a map. |
static Map |
asObjects(ShortKeyDoubleMap map)
Returns an adaption of a primitive map from short keys to double values to a map. |
static Map |
asObjects(ShortKeyFloatMap map)
Returns an adaption of a primitive map from short keys to float values to a map. |
static Map |
asObjects(ShortKeyIntMap map)
Returns an adaption of a primitive map from short keys to int values to a map. |
static Map |
asObjects(ShortKeyLongMap map)
Returns an adaption of a primitive map from short keys to long values to a map. |
static Map |
asObjects(ShortKeyMap map)
Returns an adaption of a primitive map of short keys to a map. |
static Map |
asObjects(ShortKeyShortMap map)
Returns an adaption of a primitive map from short keys to short values to a map. |
static List |
asObjects(ShortList list)
Returns an adaption of a list of primitive short values to a list. |
static ListIterator |
asObjects(ShortListIterator iterator)
Returns an adaption of a list iterator over primitive short values to a list iterator. |
static Set |
asObjects(ShortSet set)
Returns an adaption of a set of primitive short values to a set. |
static SortedSet |
asObjects(ShortSortedSet set)
Returns an adaption of a sorted set of primitive short values to a sorted set. |
static ShortKeyBooleanMap |
asShortKeyBooleans(Map map)
Returns an adaption of a map to a primitive map from short keys to boolean values. |
static ShortKeyByteMap |
asShortKeyBytes(Map map)
Returns an adaption of a map to a primitive map from short keys to byte values. |
static ShortKeyCharMap |
asShortKeyChars(Map map)
Returns an adaption of a map to a primitive map from short keys to char values. |
static ShortKeyDoubleMap |
asShortKeyDoubles(Map map)
Returns an adaption of a map to a primitive map from short keys to double values. |
static ShortKeyFloatMap |
asShortKeyFloats(Map map)
Returns an adaption of a map to a primitive map from short keys to float values. |
static ShortKeyIntMap |
asShortKeyInts(Map map)
Returns an adaption of a map to a primitive map from short keys to int values. |
static ShortKeyLongMap |
asShortKeyLongs(Map map)
Returns an adaption of a map to a primitive map from short keys to long values. |
static ShortKeyMap |
asShortKeys(Map map)
Returns an adaption of a map to a primitive map from short keys to objects. |
static ShortKeyShortMap |
asShortKeyShorts(Map map)
Returns an adaption of a map to a primitive map from short keys to short values. |
static ShortCollection |
asShorts(Collection collection)
Returns an adaption of a collection to a collection of primitive short values. |
static ShortIterator |
asShorts(Iterator iterator)
Returns an adaption of an iterator to an iterator over primitive short values. |
static ShortList |
asShorts(List list)
Returns an adaption of a list to a list of primitive short values. |
static ShortListIterator |
asShorts(ListIterator iterator)
Returns an adaption of a list iterator to a list iterator over primitive short values. |
static ShortSet |
asShorts(Set set)
Returns an adaption of a set to a set of primitive short values. |
static ShortSortedSet |
asShorts(SortedSet set)
Returns an adaption of a sorted set to a sorted set of primitive short values. |
static boolean |
isBooleanAdaptable(Collection collection)
Indicates whether a specified collection is adaptable to a primitive collection of boolean values. |
static boolean |
isBooleanKeyAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with boolean keys. |
static boolean |
isBooleanKeyBooleanAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with boolean keys and boolean values. |
static boolean |
isBooleanKeyByteAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with boolean keys and byte values. |
static boolean |
isBooleanKeyCharAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with boolean keys and char values. |
static boolean |
isBooleanKeyDoubleAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with boolean keys and double values. |
static boolean |
isBooleanKeyFloatAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with boolean keys and float values. |
static boolean |
isBooleanKeyIntAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with boolean keys and int values. |
static boolean |
isBooleanKeyLongAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with boolean keys and long values. |
static boolean |
isBooleanKeyShortAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with boolean keys and short values. |
static boolean |
isByteAdaptable(Collection collection)
Indicates whether a specified collection is adaptable to a primitive collection of byte values. |
static boolean |
isByteKeyAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with byte keys. |
static boolean |
isByteKeyBooleanAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with byte keys and boolean values. |
static boolean |
isByteKeyByteAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with byte keys and byte values. |
static boolean |
isByteKeyCharAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with byte keys and char values. |
static boolean |
isByteKeyDoubleAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with byte keys and double values. |
static boolean |
isByteKeyFloatAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with byte keys and float values. |
static boolean |
isByteKeyIntAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with byte keys and int values. |
static boolean |
isByteKeyLongAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with byte keys and long values. |
static boolean |
isByteKeyShortAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with byte keys and short values. |
static boolean |
isCharAdaptable(Collection collection)
Indicates whether a specified collection is adaptable to a primitive collection of char values. |
static boolean |
isCharKeyAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with char keys. |
static boolean |
isCharKeyBooleanAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with char keys and boolean values. |
static boolean |
isCharKeyByteAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with char keys and byte values. |
static boolean |
isCharKeyCharAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with char keys and char values. |
static boolean |
isCharKeyDoubleAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with char keys and double values. |
static boolean |
isCharKeyFloatAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with char keys and float values. |
static boolean |
isCharKeyIntAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with char keys and int values. |
static boolean |
isCharKeyLongAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with char keys and long values. |
static boolean |
isCharKeyShortAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with char keys and short values. |
static boolean |
isDoubleAdaptable(Collection collection)
Indicates whether a specified collection is adaptable to a primitive collection of double values. |
static boolean |
isDoubleKeyAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with double keys. |
static boolean |
isDoubleKeyBooleanAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with double keys and boolean values. |
static boolean |
isDoubleKeyByteAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with double keys and byte values. |
static boolean |
isDoubleKeyCharAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with double keys and char values. |
static boolean |
isDoubleKeyDoubleAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with double keys and double values. |
static boolean |
isDoubleKeyFloatAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with double keys and float values. |
static boolean |
isDoubleKeyIntAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with double keys and int values. |
static boolean |
isDoubleKeyLongAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with double keys and long values. |
static boolean |
isDoubleKeyShortAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with double keys and short values. |
static boolean |
isFloatAdaptable(Collection collection)
Indicates whether a specified collection is adaptable to a primitive collection of float values. |
static boolean |
isFloatKeyAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with float keys. |
static boolean |
isFloatKeyBooleanAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with float keys and boolean values. |
static boolean |
isFloatKeyByteAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with float keys and byte values. |
static boolean |
isFloatKeyCharAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with float keys and char values. |
static boolean |
isFloatKeyDoubleAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with float keys and double values. |
static boolean |
isFloatKeyFloatAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with float keys and float values. |
static boolean |
isFloatKeyIntAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with float keys and int values. |
static boolean |
isFloatKeyLongAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with float keys and long values. |
static boolean |
isFloatKeyShortAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with float keys and short values. |
static boolean |
isIntAdaptable(Collection collection)
Indicates whether a specified collection is adaptable to a primitive collection of int values. |
static boolean |
isIntKeyAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with int keys. |
static boolean |
isIntKeyBooleanAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with int keys and boolean values. |
static boolean |
isIntKeyByteAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with int keys and byte values. |
static boolean |
isIntKeyCharAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with int keys and char values. |
static boolean |
isIntKeyDoubleAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with int keys and double values. |
static boolean |
isIntKeyFloatAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with int keys and float values. |
static boolean |
isIntKeyIntAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with int keys and int values. |
static boolean |
isIntKeyLongAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with int keys and long values. |
static boolean |
isIntKeyShortAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with int keys and short values. |
static boolean |
isLongAdaptable(Collection collection)
Indicates whether a specified collection is adaptable to a primitive collection of long values. |
static boolean |
isLongKeyAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with long keys. |
static boolean |
isLongKeyBooleanAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with long keys and boolean values. |
static boolean |
isLongKeyByteAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with long keys and byte values. |
static boolean |
isLongKeyCharAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with long keys and char values. |
static boolean |
isLongKeyDoubleAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with long keys and double values. |
static boolean |
isLongKeyFloatAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with long keys and float values. |
static boolean |
isLongKeyIntAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with long keys and int values. |
static boolean |
isLongKeyLongAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with long keys and long values. |
static boolean |
isLongKeyShortAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with long keys and short values. |
static boolean |
isObjectKeyBooleanAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with object keys and boolean values. |
static boolean |
isObjectKeyByteAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with object keys and byte values. |
static boolean |
isObjectKeyCharAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with object keys and char values. |
static boolean |
isObjectKeyDoubleAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with object keys and double values. |
static boolean |
isObjectKeyFloatAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with object keys and float values. |
static boolean |
isObjectKeyIntAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with object keys and int values. |
static boolean |
isObjectKeyLongAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with object keys and long values. |
static boolean |
isObjectKeyShortAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with object keys and short values. |
static boolean |
isShortAdaptable(Collection collection)
Indicates whether a specified collection is adaptable to a primitive collection of short values. |
static boolean |
isShortKeyAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with short keys. |
static boolean |
isShortKeyBooleanAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with short keys and boolean values. |
static boolean |
isShortKeyByteAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with short keys and byte values. |
static boolean |
isShortKeyCharAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with short keys and char values. |
static boolean |
isShortKeyDoubleAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with short keys and double values. |
static boolean |
isShortKeyFloatAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with short keys and float values. |
static boolean |
isShortKeyIntAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with short keys and int values. |
static boolean |
isShortKeyLongAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with short keys and long values. |
static boolean |
isShortKeyShortAdaptable(Map map)
Indicates whether a specified map is adaptable to a primitive map with short keys and short values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static BooleanIterator asBooleans(Iterator iterator)
iterator
- the iterator to adapt.
public static CharIterator asChars(Iterator iterator)
public static ByteIterator asBytes(Iterator iterator)
iterator
- the iterator to adapt.
public static ShortIterator asShorts(Iterator iterator)
iterator
- the iterator to adapt.
public static IntIterator asInts(Iterator iterator)
iterator
- the iterator to adapt.
public static LongIterator asLongs(Iterator iterator)
iterator
- the iterator to adapt.
public static FloatIterator asFloats(Iterator iterator)
iterator
- the iterator to adapt.
public static DoubleIterator asDoubles(Iterator iterator)
iterator
- the iterator to adapt.
public static Iterator asObjects(BooleanIterator iterator)
iterator
- the iterator to adapt.
public static Iterator asObjects(CharIterator iterator)
iterator
- the iterator to adapt.
public static Iterator asObjects(ByteIterator iterator)
iterator
- the iterator to adapt.
public static Iterator asObjects(ShortIterator iterator)
iterator
- the iterator to adapt.
public static Iterator asObjects(IntIterator iterator)
iterator
- the iterator to adapt.
public static Iterator asObjects(LongIterator iterator)
iterator
- the iterator to adapt.
public static Iterator asObjects(FloatIterator iterator)
iterator
- the iterator to adapt.
public static Iterator asObjects(DoubleIterator iterator)
iterator
- the iterator to adapt.
public static BooleanCollection asBooleans(Collection collection)
collection
- the collection to adapt.
public static CharCollection asChars(Collection collection)
collection
- the collection to adapt.
public static ByteCollection asBytes(Collection collection)
collection
- the collection to adapt.
public static ShortCollection asShorts(Collection collection)
collection
- the collection to adapt.
public static IntCollection asInts(Collection collection)
collection
- the collection to adapt.
public static LongCollection asLongs(Collection collection)
collection
- the collection to adapt.
public static FloatCollection asFloats(Collection collection)
collection
- the collection to adapt.
public static DoubleCollection asDoubles(Collection collection)
collection
- the collection to adapt.
public static Collection asObjects(BooleanCollection collection)
collection
- the collection to adapt.
public static Collection asObjects(CharCollection collection)
collection
- the collection to adapt.
public static Collection asObjects(ByteCollection collection)
collection
- the collection to adapt.
public static Collection asObjects(ShortCollection collection)
collection
- the collection to adapt.
public static Collection asObjects(IntCollection collection)
collection
- the collection to adapt.
public static Collection asObjects(LongCollection collection)
collection
- the collection to adapt.
public static Collection asObjects(FloatCollection collection)
collection
- the collection to adapt.
public static Collection asObjects(DoubleCollection collection)
collection
- the collection to adapt.
public static BooleanListIterator asBooleans(ListIterator iterator)
iterator
- the list iterator to adapt.
public static CharListIterator asChars(ListIterator iterator)
iterator
- the list iterator to adapt.
public static ByteListIterator asBytes(ListIterator iterator)
iterator
- the list iterator to adapt.
public static ShortListIterator asShorts(ListIterator iterator)
iterator
- the list iterator to adapt.
public static IntListIterator asInts(ListIterator iterator)
iterator
- the list iterator to adapt.
public static LongListIterator asLongs(ListIterator iterator)
iterator
- the list iterator to adapt.
public static FloatListIterator asFloats(ListIterator iterator)
iterator
- the list iterator to adapt.
public static DoubleListIterator asDoubles(ListIterator iterator)
iterator
- the list iterator to adapt.
public static ListIterator asObjects(BooleanListIterator iterator)
iterator
- the list iterator to adapt.
public static ListIterator asObjects(CharListIterator iterator)
iterator
- the list iterator to adapt.
public static ListIterator asObjects(ByteListIterator iterator)
iterator
- the list iterator to adapt.
public static ListIterator asObjects(ShortListIterator iterator)
iterator
- the list iterator to adapt.
public static ListIterator asObjects(IntListIterator iterator)
iterator
- the list iterator to adapt.
public static ListIterator asObjects(LongListIterator iterator)
iterator
- the list iterator to adapt.
public static ListIterator asObjects(FloatListIterator iterator)
iterator
- the list iterator to adapt.
public static ListIterator asObjects(DoubleListIterator iterator)
iterator
- the list iterator to adapt.
public static BooleanSet asBooleans(Set set)
set
- the set to adapt.
public static CharSet asChars(Set set)
set
- the set to adapt.
public static ByteSet asBytes(Set set)
set
- the set to adapt.
public static ShortSet asShorts(Set set)
set
- the set to adapt.
public static IntSet asInts(Set set)
set
- the set to adapt.
public static LongSet asLongs(Set set)
set
- the set to adapt.
public static FloatSet asFloats(Set set)
set
- the set to adapt.
public static DoubleSet asDoubles(Set set)
set
- the set to adapt.
public static Set asObjects(BooleanSet set)
set
- the set to adapt.
public static Set asObjects(CharSet set)
set
- the set to adapt.
public static Set asObjects(ByteSet set)
set
- the set to adapt.
public static Set asObjects(ShortSet set)
set
- the set to adapt.
public static Set asObjects(IntSet set)
set
- the set to adapt.
public static Set asObjects(LongSet set)
set
- the set to adapt.
public static Set asObjects(FloatSet set)
set
- the set to adapt.
public static Set asObjects(DoubleSet set)
set
- the set to adapt.
public static BooleanSortedSet asBooleans(SortedSet set)
set
- the set to adapt.
public static CharSortedSet asChars(SortedSet set)
set
- the set to adapt.
public static ByteSortedSet asBytes(SortedSet set)
set
- the set to adapt.
public static ShortSortedSet asShorts(SortedSet set)
set
- the set to adapt.
public static IntSortedSet asInts(SortedSet set)
set
- the set to adapt.
public static LongSortedSet asLongs(SortedSet set)
set
- the set to adapt.
public static FloatSortedSet asFloats(SortedSet set)
set
- the set to adapt.
public static DoubleSortedSet asDoubles(SortedSet set)
set
- the set to adapt.
public static SortedSet asObjects(BooleanSortedSet set)
set
- the set to adapt.
public static SortedSet asObjects(CharSortedSet set)
set
- the set to adapt.
public static SortedSet asObjects(ByteSortedSet set)
set
- the set to adapt.
public static SortedSet asObjects(ShortSortedSet set)
set
- the set to adapt.
public static SortedSet asObjects(IntSortedSet set)
set
- the set to adapt.
public static SortedSet asObjects(LongSortedSet set)
set
- the set to adapt.
public static SortedSet asObjects(FloatSortedSet set)
set
- the set to adapt.
public static SortedSet asObjects(DoubleSortedSet set)
set
- the set to adapt.
public static BooleanList asBooleans(List list)
list
- the list to adapt.
public static CharList asChars(List list)
list
- the list to adapt.
public static ByteList asBytes(List list)
list
- the list to adapt.
public static ShortList asShorts(List list)
list
- the list to adapt.
public static IntList asInts(List list)
list
- the list to adapt.
public static LongList asLongs(List list)
list
- the list to adapt.
public static FloatList asFloats(List list)
list
- the list to adapt.
public static DoubleList asDoubles(List list)
list
- the list to adapt.
public static List asObjects(BooleanList list)
list
- the list to adapt.
public static List asObjects(CharList list)
list
- the list to adapt.
public static List asObjects(ByteList list)
list
- the list to adapt.
public static List asObjects(ShortList list)
list
- the list to adapt.
public static List asObjects(IntList list)
list
- the list to adapt.
public static List asObjects(LongList list)
list
- the list to adapt.
public static List asObjects(FloatList list)
list
- the list to adapt.
public static List asObjects(DoubleList list)
list
- the list to adapt.
public static BooleanKeyBooleanMap asBooleanKeyBooleans(Map map)
map
- the map to adapt.
public static BooleanKeyCharMap asBooleanKeyChars(Map map)
map
- the map to adapt.
public static BooleanKeyByteMap asBooleanKeyBytes(Map map)
map
- the map to adapt.
public static BooleanKeyShortMap asBooleanKeyShorts(Map map)
map
- the map to adapt.
public static BooleanKeyIntMap asBooleanKeyInts(Map map)
map
- the map to adapt.
public static BooleanKeyLongMap asBooleanKeyLongs(Map map)
map
- the map to adapt.
public static BooleanKeyFloatMap asBooleanKeyFloats(Map map)
map
- the map to adapt.
public static BooleanKeyDoubleMap asBooleanKeyDoubles(Map map)
map
- the map to adapt.
public static CharKeyBooleanMap asCharKeyBooleans(Map map)
map
- the map to adapt.
public static CharKeyCharMap asCharKeyChars(Map map)
map
- the map to adapt.
public static CharKeyByteMap asCharKeyBytes(Map map)
map
- the map to adapt.
public static CharKeyShortMap asCharKeyShorts(Map map)
map
- the map to adapt.
public static CharKeyIntMap asCharKeyInts(Map map)
map
- the map to adapt.
public static CharKeyLongMap asCharKeyLongs(Map map)
map
- the map to adapt.
public static CharKeyFloatMap asCharKeyFloats(Map map)
map
- the map to adapt.
public static CharKeyDoubleMap asCharKeyDoubles(Map map)
map
- the map to adapt.
public static ByteKeyBooleanMap asByteKeyBooleans(Map map)
map
- the map to adapt.
public static ByteKeyCharMap asByteKeyChars(Map map)
map
- the map to adapt.
public static ByteKeyByteMap asByteKeyBytes(Map map)
map
- the map to adapt.
public static ByteKeyShortMap asByteKeyShorts(Map map)
map
- the map to adapt.
public static ByteKeyIntMap asByteKeyInts(Map map)
map
- the map to adapt.
public static ByteKeyLongMap asByteKeyLongs(Map map)
map
- the map to adapt.
public static ByteKeyFloatMap asByteKeyFloats(Map map)
map
- the map to adapt.
public static ByteKeyDoubleMap asByteKeyDoubles(Map map)
map
- the map to adapt.
public static ShortKeyBooleanMap asShortKeyBooleans(Map map)
map
- the map to adapt.
public static ShortKeyCharMap asShortKeyChars(Map map)
map
- the map to adapt.
public static ShortKeyByteMap asShortKeyBytes(Map map)
map
- the map to adapt.
public static ShortKeyShortMap asShortKeyShorts(Map map)
map
- the map to adapt.
public static ShortKeyIntMap asShortKeyInts(Map map)
map
- the map to adapt.
public static ShortKeyLongMap asShortKeyLongs(Map map)
map
- the map to adapt.
public static ShortKeyFloatMap asShortKeyFloats(Map map)
map
- the map to adapt.
public static ShortKeyDoubleMap asShortKeyDoubles(Map map)
map
- the map to adapt.
public static IntKeyBooleanMap asIntKeyBooleans(Map map)
map
- the map to adapt.
public static IntKeyCharMap asIntKeyChars(Map map)
map
- the map to adapt.
public static IntKeyByteMap asIntKeyBytes(Map map)
map
- the map to adapt.
public static IntKeyShortMap asIntKeyShorts(Map map)
map
- the map to adapt.
public static IntKeyIntMap asIntKeyInts(Map map)
map
- the map to adapt.
public static IntKeyLongMap asIntKeyLongs(Map map)
map
- the map to adapt.
public static IntKeyFloatMap asIntKeyFloats(Map map)
map
- the map to adapt.
public static IntKeyDoubleMap asIntKeyDoubles(Map map)
map
- the map to adapt.
public static LongKeyBooleanMap asLongKeyBooleans(Map map)
map
- the map to adapt.
public static LongKeyCharMap asLongKeyChars(Map map)
map
- the map to adapt.
public static LongKeyByteMap asLongKeyBytes(Map map)
map
- the map to adapt.
public static LongKeyShortMap asLongKeyShorts(Map map)
map
- the map to adapt.
public static LongKeyIntMap asLongKeyInts(Map map)
map
- the map to adapt.
public static LongKeyLongMap asLongKeyLongs(Map map)
map
- the map to adapt.
public static LongKeyFloatMap asLongKeyFloats(Map map)
map
- the map to adapt.
public static LongKeyDoubleMap asLongKeyDoubles(Map map)
map
- the map to adapt.
public static FloatKeyBooleanMap asFloatKeyBooleans(Map map)
map
- the map to adapt.
public static FloatKeyCharMap asFloatKeyChars(Map map)
map
- the map to adapt.
public static FloatKeyByteMap asFloatKeyBytes(Map map)
map
- the map to adapt.
public static FloatKeyShortMap asFloatKeyShorts(Map map)
map
- the map to adapt.
public static FloatKeyIntMap asFloatKeyInts(Map map)
map
- the map to adapt.
public static FloatKeyLongMap asFloatKeyLongs(Map map)
map
- the map to adapt.
public static FloatKeyFloatMap asFloatKeyFloats(Map map)
map
- the map to adapt.
public static FloatKeyDoubleMap asFloatKeyDoubles(Map map)
map
- the map to adapt.
public static DoubleKeyBooleanMap asDoubleKeyBooleans(Map map)
map
- the map to adapt.
public static DoubleKeyCharMap asDoubleKeyChars(Map map)
map
- the map to adapt.
public static DoubleKeyByteMap asDoubleKeyBytes(Map map)
map
- the map to adapt.
public static DoubleKeyShortMap asDoubleKeyShorts(Map map)
map
- the map to adapt.
public static DoubleKeyIntMap asDoubleKeyInts(Map map)
map
- the map to adapt.
public static DoubleKeyLongMap asDoubleKeyLongs(Map map)
map
- the map to adapt.
public static DoubleKeyFloatMap asDoubleKeyFloats(Map map)
map
- the map to adapt.
public static DoubleKeyDoubleMap asDoubleKeyDoubles(Map map)
map
- the map to adapt.
public static Map asObjects(BooleanKeyBooleanMap map)
map
- the primitive map to adapt.
public static Map asObjects(BooleanKeyByteMap map)
map
- the primitive map to adapt.
public static Map asObjects(BooleanKeyShortMap map)
map
- the primitive map to adapt.
public static Map asObjects(BooleanKeyIntMap map)
map
- the primitive map to adapt.
public static Map asObjects(BooleanKeyLongMap map)
map
- the primitive map to adapt.
public static Map asObjects(BooleanKeyFloatMap map)
map
- the primitive map to adapt.
public static Map asObjects(BooleanKeyDoubleMap map)
map
- the primitive map to adapt.
public static Map asObjects(CharKeyBooleanMap map)
map
- the primitive map to adapt.
public static Map asObjects(CharKeyCharMap map)
map
- the primitive map to adapt.
public static Map asObjects(CharKeyByteMap map)
map
- the primitive map to adapt.
public static Map asObjects(CharKeyShortMap map)
map
- the primitive map to adapt.
public static Map asObjects(CharKeyIntMap map)
map
- the primitive map to adapt.
public static Map asObjects(CharKeyLongMap map)
map
- the primitive map to adapt.
public static Map asObjects(CharKeyFloatMap map)
map
- the primitive map to adapt.
public static Map asObjects(CharKeyDoubleMap map)
map
- the primitive map to adapt.
public static Map asObjects(ByteKeyBooleanMap map)
map
- the primitive map to adapt.
public static Map asObjects(ByteKeyCharMap map)
map
- the primitive map to adapt.
public static Map asObjects(ByteKeyByteMap map)
map
- the primitive map to adapt.
public static Map asObjects(ByteKeyShortMap map)
map
- the primitive map to adapt.
public static Map asObjects(ByteKeyIntMap map)
map
- the primitive map to adapt.
public static Map asObjects(ByteKeyLongMap map)
map
- the primitive map to adapt.
public static Map asObjects(ByteKeyFloatMap map)
map
- the primitive map to adapt.
public static Map asObjects(ByteKeyDoubleMap map)
map
- the primitive map to adapt.
public static Map asObjects(ShortKeyBooleanMap map)
map
- the primitive map to adapt.
public static Map asObjects(ShortKeyCharMap map)
map
- the primitive map to adapt.
public static Map asObjects(ShortKeyByteMap map)
map
- the primitive map to adapt.
public static Map asObjects(ShortKeyShortMap map)
map
- the primitive map to adapt.
public static Map asObjects(ShortKeyIntMap map)
map
- the primitive map to adapt.
public static Map asObjects(ShortKeyLongMap map)
map
- the primitive map to adapt.
public static Map asObjects(ShortKeyFloatMap map)
map
- the primitive map to adapt.
public static Map asObjects(ShortKeyDoubleMap map)
map
- the primitive map to adapt.
public static Map asObjects(IntKeyBooleanMap map)
map
- the primitive map to adapt.
public static Map asObjects(IntKeyCharMap map)
map
- the primitive map to adapt.
public static Map asObjects(IntKeyByteMap map)
map
- the primitive map to adapt.
public static Map asObjects(IntKeyShortMap map)
map
- the primitive map to adapt.
public static Map asObjects(IntKeyIntMap map)
map
- the primitive map to adapt.
public static Map asObjects(IntKeyLongMap map)
map
- the primitive map to adapt.
public static Map asObjects(IntKeyFloatMap map)
map
- the primitive map to adapt.
public static Map asObjects(IntKeyDoubleMap map)
map
- the primitive map to adapt.
public static Map asObjects(LongKeyBooleanMap map)
map
- the primitive map to adapt.
public static Map asObjects(LongKeyCharMap map)
map
- the primitive map to adapt.
public static Map asObjects(LongKeyByteMap map)
map
- the primitive map to adapt.
public static Map asObjects(LongKeyShortMap map)
map
- the primitive map to adapt.
public static Map asObjects(LongKeyIntMap map)
map
- the primitive map to adapt.
public static Map asObjects(LongKeyLongMap map)
map
- the primitive map to adapt.
public static Map asObjects(LongKeyFloatMap map)
map
- the primitive map to adapt.
public static Map asObjects(LongKeyDoubleMap map)
map
- the primitive map to adapt.
public static Map asObjects(FloatKeyBooleanMap map)
map
- the primitive map to adapt.
public static Map asObjects(FloatKeyCharMap map)
map
- the primitive map to adapt.
public static Map asObjects(FloatKeyByteMap map)
map
- the primitive map to adapt.
public static Map asObjects(FloatKeyShortMap map)
map
- the primitive map to adapt.
public static Map asObjects(FloatKeyIntMap map)
map
- the primitive map to adapt.
public static Map asObjects(FloatKeyLongMap map)
map
- the primitive map to adapt.
public static Map asObjects(FloatKeyFloatMap map)
map
- the primitive map to adapt.
public static Map asObjects(FloatKeyDoubleMap map)
map
- the primitive map to adapt.
public static Map asObjects(DoubleKeyBooleanMap map)
map
- the primitive map to adapt.
public static Map asObjects(DoubleKeyCharMap map)
map
- the primitive map to adapt.
public static Map asObjects(DoubleKeyByteMap map)
map
- the primitive map to adapt.
public static Map asObjects(DoubleKeyShortMap map)
map
- the primitive map to adapt.
public static Map asObjects(DoubleKeyIntMap map)
map
- the primitive map to adapt.
public static Map asObjects(DoubleKeyLongMap map)
map
- the primitive map to adapt.
public static Map asObjects(DoubleKeyFloatMap map)
map
- the primitive map to adapt.
public static Map asObjects(DoubleKeyDoubleMap map)
map
- the primitive map to adapt.
public static Map asObjects(BooleanKeyMap map)
map
- the primitive map to adapt.
public static Map asObjects(CharKeyMap map)
map
- the primitive map to adapt.
public static Map asObjects(ByteKeyMap map)
map
- the primitive map to adapt.
public static Map asObjects(ShortKeyMap map)
map
- the primitive map to adapt.
public static Map asObjects(IntKeyMap map)
map
- the primitive map to adapt.
public static Map asObjects(LongKeyMap map)
map
- the primitive map to adapt.
public static Map asObjects(FloatKeyMap map)
map
- the primitive map to adapt.
public static Map asObjects(DoubleKeyMap map)
map
- the primitive map to adapt.
public static BooleanKeyMap asBooleanKeys(Map map)
map
- the map to adapt to a primitive map.
public static CharKeyMap asCharKeys(Map map)
map
- the map to adapt to a primitive map.
public static ByteKeyMap asByteKeys(Map map)
map
- the map to adapt to a primitive map.
public static ShortKeyMap asShortKeys(Map map)
map
- the map to adapt to a primitive map.
public static IntKeyMap asIntKeys(Map map)
map
- the map to adapt to a primitive map.
public static LongKeyMap asLongKeys(Map map)
map
- the map to adapt to a primitive map.
public static FloatKeyMap asFloatKeys(Map map)
map
- the map to adapt to a primitive map.
public static DoubleKeyMap asDoubleKeys(Map map)
map
- the map to adapt to a primitive map.
public static Map asObjects(ObjectKeyBooleanMap map)
map
- the primitive map to adapt.
NullPointerException
- if map is null.public static Map asObjects(ObjectKeyCharMap map)
map
- the primitive map to adapt.
NullPointerException
- if map is null.public static Map asObjects(ObjectKeyByteMap map)
map
- the primitive map to adapt.
NullPointerException
- if map is null.public static Map asObjects(ObjectKeyShortMap map)
map
- the primitive map to adapt.
NullPointerException
- if map is null.public static Map asObjects(ObjectKeyIntMap map)
map
- the primitive map to adapt.
NullPointerException
- if map is null.public static Map asObjects(ObjectKeyLongMap map)
map
- the primitive map to adapt.
NullPointerException
- if map is null.public static Map asObjects(ObjectKeyFloatMap map)
map
- the primitive map to adapt.
NullPointerException
- if map is null.public static Map asObjects(ObjectKeyDoubleMap map)
map
- the primitive map to adapt.
NullPointerException
- if map is null.public static ObjectKeyBooleanMap asObjectKeyBooleans(Map map)
map
- the map to adapt to a primitive map.
NullPointerException
- if map is null.public static ObjectKeyCharMap asObjectKeyChars(Map map)
map
- the map to adapt to a primitive map.
NullPointerException
- if map is null.public static ObjectKeyByteMap asObjectKeyBytes(Map map)
map
- the map to adapt to a primitive map.
NullPointerException
- if map is null.public static ObjectKeyShortMap asObjectKeyShorts(Map map)
map
- the map to adapt to a primitive map.
NullPointerException
- if map is null.public static ObjectKeyIntMap asObjectKeyInts(Map map)
map
- the map to adapt to a primitive map.
NullPointerException
- if map is null.public static ObjectKeyLongMap asObjectKeyLongs(Map map)
map
- the map to adapt to a primitive map.
NullPointerException
- if map is null.public static ObjectKeyFloatMap asObjectKeyFloats(Map map)
map
- the map to adapt to a primitive map.
NullPointerException
- if map is null.public static ObjectKeyDoubleMap asObjectKeyDoubles(Map map)
map
- the map to adapt to a primitive map.
NullPointerException
- if map is null.public static boolean isBooleanAdaptable(Collection collection)
Boolean
and no
null values.
collection
- the collection to examine.
BooleanCollection
;
returns false otherwise.
NullPointerException
- if collection is null.asBooleans(Collection)
,
asBooleans(List)
,
asBooleans(Set)
public static boolean isCharAdaptable(Collection collection)
Character
and no
null values.
collection
- the collection to examine.
CharCollection
;
returns false otherwise.
NullPointerException
- if collection is null.asChars(Collection)
,
asChars(List)
,
asChars(Set)
public static boolean isByteAdaptable(Collection collection)
Byte
and no
null values.
collection
- the collection to examine.
ByteCollection
;
returns false otherwise.
NullPointerException
- if collection is null.asBytes(Collection)
,
asBytes(List)
,
asBytes(Set)
public static boolean isShortAdaptable(Collection collection)
Short
and no
null values.
collection
- the collection to examine.
ShortCollection
;
returns false otherwise.
NullPointerException
- if collection is null.asShorts(Collection)
,
asShorts(List)
,
asShorts(Set)
public static boolean isIntAdaptable(Collection collection)
Integer
and no
null values.
collection
- the collection to examine.
IntCollection
;
returns false otherwise.
NullPointerException
- if collection is null.asInts(Collection)
,
asInts(List)
,
asInts(Set)
public static boolean isLongAdaptable(Collection collection)
Long
and no
null values.
collection
- the collection to examine.
LongCollection
;
returns false otherwise.
NullPointerException
- if collection is null.asLongs(Collection)
,
asLongs(List)
,
asLongs(Set)
public static boolean isFloatAdaptable(Collection collection)
Float
and no
null values.
collection
- the collection to examine.
FloatCollection
;
returns false otherwise.
NullPointerException
- if collection is null.asFloats(Collection)
,
asFloats(List)
,
asFloats(Set)
public static boolean isDoubleAdaptable(Collection collection)
Double
and no
null values.
collection
- the collection to examine.
DoubleCollection
;
returns false otherwise.
NullPointerException
- if collection is null.asDoubles(Collection)
,
asDoubles(List)
,
asDoubles(Set)
public static boolean isBooleanKeyAdaptable(Map map)
Boolean
and no
null keys.
map
- the map to examine.
BooleanKeyMap
;
returns false otherwise.
NullPointerException
- if map is null.asBooleanKeys(Map)
public static boolean isCharKeyAdaptable(Map map)
Character
and no
null keys.
map
- the map to examine.
CharKeyMap
;
returns false otherwise.
NullPointerException
- if map is null.asCharKeys(Map)
public static boolean isByteKeyAdaptable(Map map)
Byte
and no
null keys.
map
- the map to examine.
ByteKeyMap
;
returns false otherwise.
NullPointerException
- if map is null.asByteKeys(Map)
public static boolean isShortKeyAdaptable(Map map)
Short
and no
null keys.
map
- the map to examine.
ShortKeyMap
;
returns false otherwise.
NullPointerException
- if map is null.asShortKeys(Map)
public static boolean isIntKeyAdaptable(Map map)
Integer
and no
null keys.
map
- the map to examine.
IntKeyMap
;
returns false otherwise.
NullPointerException
- if map is null.asIntKeys(Map)
public static boolean isLongKeyAdaptable(Map map)
Long
and no
null keys.
map
- the map to examine.
LongKeyMap
;
returns false otherwise.
NullPointerException
- if map is null.asLongKeys(Map)
public static boolean isFloatKeyAdaptable(Map map)
Float
and no
null keys.
map
- the map to examine.
FloatKeyMap
;
returns false otherwise.
NullPointerException
- if map is null.asFloatKeys(Map)
public static boolean isDoubleKeyAdaptable(Map map)
Double
and no
null keys.
map
- the map to examine.
DoubleKeyMap
;
returns false otherwise.
NullPointerException
- if map is null.asDoubleKeys(Map)
public static boolean isBooleanKeyBooleanAdaptable(Map map)
Boolean
,
values of class Boolean
,
and no null keys or null values.
map
- the map to examine.
BooleanKeyBooleanMap
;
returns false otherwise.
NullPointerException
- if map is null.asBooleanKeyBooleans(Map)
public static boolean isBooleanKeyCharAdaptable(Map map)
Boolean
,
values of class Character
,
and no null keys or null values.
map
- the map to examine.
BooleanKeyCharMap
;
returns false otherwise.
NullPointerException
- if map is null.asBooleanKeyChars(Map)
public static boolean isBooleanKeyByteAdaptable(Map map)
Boolean
,
values of class Byte
,
and no null keys or null values.
map
- the map to examine.
BooleanKeyByteMap
;
returns false otherwise.
NullPointerException
- if map is null.asBooleanKeyBytes(Map)
public static boolean isBooleanKeyShortAdaptable(Map map)
Boolean
,
values of class Short
,
and no null keys or null values.
map
- the map to examine.
BooleanKeyShortMap
;
returns false otherwise.
NullPointerException
- if map is null.asBooleanKeyShorts(Map)
public static boolean isBooleanKeyIntAdaptable(Map map)
Boolean
,
values of class Integer
,
and no null keys or null values.
map
- the map to examine.
BooleanKeyIntMap
;
returns false otherwise.
NullPointerException
- if map is null.asBooleanKeyInts(Map)
public static boolean isBooleanKeyLongAdaptable(Map map)
Boolean
,
values of class Long
,
and no null keys or null values.
map
- the map to examine.
BooleanKeyLongMap
;
returns false otherwise.
NullPointerException
- if map is null.asBooleanKeyLongs(Map)
public static boolean isBooleanKeyFloatAdaptable(Map map)
Boolean
,
values of class Float
,
and no null keys or null values.
map
- the map to examine.
BooleanKeyFloatMap
;
returns false otherwise.
NullPointerException
- if map is null.asBooleanKeyFloats(Map)
public static boolean isBooleanKeyDoubleAdaptable(Map map)
Boolean
,
values of class Double
,
and no null keys or null values.
map
- the map to examine.
BooleanKeyDoubleMap
;
returns false otherwise.
NullPointerException
- if map is null.asBooleanKeyDoubles(Map)
public static boolean isCharKeyBooleanAdaptable(Map map)
Character
,
values of class Boolean
,
and no null keys or null values.
map
- the map to examine.
CharKeyBooleanMap
;
returns false otherwise.
NullPointerException
- if map is null.asCharKeyBooleans(Map)
public static boolean isCharKeyCharAdaptable(Map map)
Character
,
values of class Character
,
and no null keys or null values.
map
- the map to examine.
CharKeyCharMap
;
returns false otherwise.
NullPointerException
- if map is null.asCharKeyChars(Map)
public static boolean isCharKeyByteAdaptable(Map map)
Character
,
values of class Byte
,
and no null keys or null values.
map
- the map to examine.
CharKeyByteMap
;
returns false otherwise.
NullPointerException
- if map is null.asCharKeyBytes(Map)
public static boolean isCharKeyShortAdaptable(Map map)
Character
,
values of class Short
,
and no null keys or null values.
map
- the map to examine.
CharKeyShortMap
;
returns false otherwise.
NullPointerException
- if map is null.asCharKeyShorts(Map)
public static boolean isCharKeyIntAdaptable(Map map)
Character
,
values of class Integer
,
and no null keys or null values.
map
- the map to examine.
CharKeyIntMap
;
returns false otherwise.
NullPointerException
- if map is null.asCharKeyInts(Map)
public static boolean isCharKeyLongAdaptable(Map map)
Character
,
values of class Long
,
and no null keys or null values.
map
- the map to examine.
CharKeyLongMap
;
returns false otherwise.
NullPointerException
- if map is null.asCharKeyLongs(Map)
public static boolean isCharKeyFloatAdaptable(Map map)
Character
,
values of class Float
,
and no null keys or null values.
map
- the map to examine.
CharKeyFloatMap
;
returns false otherwise.
NullPointerException
- if map is null.asCharKeyFloats(Map)
public static boolean isCharKeyDoubleAdaptable(Map map)
Character
,
values of class Double
,
and no null keys or null values.
map
- the map to examine.
CharKeyDoubleMap
;
returns false otherwise.
NullPointerException
- if map is null.asCharKeyDoubles(Map)
public static boolean isByteKeyBooleanAdaptable(Map map)
Byte
,
values of class Boolean
,
and no null keys or null values.
map
- the map to examine.
ByteKeyBooleanMap
;
returns false otherwise.
NullPointerException
- if map is null.asByteKeyBooleans(Map)
public static boolean isByteKeyCharAdaptable(Map map)
Byte
,
values of class Character
,
and no null keys or null values.
map
- the map to examine.
ByteKeyCharMap
;
returns false otherwise.
NullPointerException
- if map is null.asByteKeyChars(Map)
public static boolean isByteKeyByteAdaptable(Map map)
Byte
,
values of class Byte
,
and no null keys or null values.
map
- the map to examine.
ByteKeyByteMap
;
returns false otherwise.
NullPointerException
- if map is null.asByteKeyBytes(Map)
public static boolean isByteKeyShortAdaptable(Map map)
Byte
,
values of class Short
,
and no null keys or null values.
map
- the map to examine.
ByteKeyShortMap
;
returns false otherwise.
NullPointerException
- if map is null.asByteKeyShorts(Map)
public static boolean isByteKeyIntAdaptable(Map map)
Byte
,
values of class Integer
,
and no null keys or null values.
map
- the map to examine.
ByteKeyIntMap
;
returns false otherwise.
NullPointerException
- if map is null.asByteKeyInts(Map)
public static boolean isByteKeyLongAdaptable(Map map)
Byte
,
values of class Long
,
and no null keys or null values.
map
- the map to examine.
ByteKeyLongMap
;
returns false otherwise.
NullPointerException
- if map is null.asByteKeyLongs(Map)
public static boolean isByteKeyFloatAdaptable(Map map)
Byte
,
values of class Float
,
and no null keys or null values.
map
- the map to examine.
ByteKeyFloatMap
;
returns false otherwise.
NullPointerException
- if map is null.asByteKeyFloats(Map)
public static boolean isByteKeyDoubleAdaptable(Map map)
Byte
,
values of class Double
,
and no null keys or null values.
map
- the map to examine.
ByteKeyDoubleMap
;
returns false otherwise.
NullPointerException
- if map is null.asByteKeyDoubles(Map)
public static boolean isShortKeyBooleanAdaptable(Map map)
Short
,
values of class Boolean
,
and no null keys or null values.
map
- the map to examine.
ShortKeyBooleanMap
;
returns false otherwise.
NullPointerException
- if map is null.asShortKeyBooleans(Map)
public static boolean isShortKeyCharAdaptable(Map map)
Short
,
values of class Character
,
and no null keys or null values.
map
- the map to examine.
ShortKeyCharMap
;
returns false otherwise.
NullPointerException
- if map is null.asShortKeyChars(Map)
public static boolean isShortKeyByteAdaptable(Map map)
Short
,
values of class Byte
,
and no null keys or null values.
map
- the map to examine.
ShortKeyByteMap
;
returns false otherwise.
NullPointerException
- if map is null.asShortKeyBytes(Map)
public static boolean isShortKeyShortAdaptable(Map map)
Short
,
values of class Short
,
and no null keys or null values.
map
- the map to examine.
ShortKeyShortMap
;
returns false otherwise.
NullPointerException
- if map is null.asShortKeyShorts(Map)
public static boolean isShortKeyIntAdaptable(Map map)
Short
,
values of class Integer
,
and no null keys or null values.
map
- the map to examine.
ShortKeyIntMap
;
returns false otherwise.
NullPointerException
- if map is null.asShortKeyInts(Map)
public static boolean isShortKeyLongAdaptable(Map map)
Short
,
values of class Long
,
and no null keys or null values.
map
- the map to examine.
ShortKeyLongMap
;
returns false otherwise.
NullPointerException
- if map is null.asShortKeyLongs(Map)
public static boolean isShortKeyFloatAdaptable(Map map)
Short
,
values of class Float
,
and no null keys or null values.
map
- the map to examine.
ShortKeyFloatMap
;
returns false otherwise.
NullPointerException
- if map is null.asShortKeyFloats(Map)
public static boolean isShortKeyDoubleAdaptable(Map map)
Short
,
values of class Double
,
and no null keys or null values.
map
- the map to examine.
ShortKeyDoubleMap
;
returns false otherwise.
NullPointerException
- if map is null.asShortKeyDoubles(Map)
public static boolean isIntKeyBooleanAdaptable(Map map)
Integer
,
values of class Boolean
,
and no null keys or null values.
map
- the map to examine.
IntKeyBooleanMap
;
returns false otherwise.
NullPointerException
- if map is null.asIntKeyBooleans(Map)
public static boolean isIntKeyCharAdaptable(Map map)
Integer
,
values of class Character
,
and no null keys or null values.
map
- the map to examine.
IntKeyCharMap
;
returns false otherwise.
NullPointerException
- if map is null.asIntKeyChars(Map)
public static boolean isIntKeyByteAdaptable(Map map)
Integer
,
values of class Byte
,
and no null keys or null values.
map
- the map to examine.
IntKeyByteMap
;
returns false otherwise.
NullPointerException
- if map is null.asIntKeyBytes(Map)
public static boolean isIntKeyShortAdaptable(Map map)
Integer
,
values of class Short
,
and no null keys or null values.
map
- the map to examine.
IntKeyShortMap
;
returns false otherwise.
NullPointerException
- if map is null.asIntKeyShorts(Map)
public static boolean isIntKeyIntAdaptable(Map map)
Integer
,
values of class Integer
,
and no null keys or null values.
map
- the map to examine.
IntKeyIntMap
;
returns false otherwise.
NullPointerException
- if map is null.asIntKeyInts(Map)
public static boolean isIntKeyLongAdaptable(Map map)
Integer
,
values of class Long
,
and no null keys or null values.
map
- the map to examine.
IntKeyLongMap
;
returns false otherwise.
NullPointerException
- if map is null.asIntKeyLongs(Map)
public static boolean isIntKeyFloatAdaptable(Map map)
Integer
,
values of class Float
,
and no null keys or null values.
map
- the map to examine.
IntKeyFloatMap
;
returns false otherwise.
NullPointerException
- if map is null.asIntKeyFloats(Map)
public static boolean isIntKeyDoubleAdaptable(Map map)
Integer
,
values of class Double
,
and no null keys or null values.
map
- the map to examine.
IntKeyDoubleMap
;
returns false otherwise.
NullPointerException
- if map is null.asIntKeyDoubles(Map)
public static boolean isLongKeyBooleanAdaptable(Map map)
Long
,
values of class Boolean
,
and no null keys or null values.
map
- the map to examine.
LongKeyBooleanMap
;
returns false otherwise.
NullPointerException
- if map is null.asLongKeyBooleans(Map)
public static boolean isLongKeyCharAdaptable(Map map)
Long
,
values of class Character
,
and no null keys or null values.
map
- the map to examine.
LongKeyCharMap
;
returns false otherwise.
NullPointerException
- if map is null.asLongKeyChars(Map)
public static boolean isLongKeyByteAdaptable(Map map)
Long
,
values of class Byte
,
and no null keys or null values.
map
- the map to examine.
LongKeyByteMap
;
returns false otherwise.
NullPointerException
- if map is null.asLongKeyBytes(Map)
public static boolean isLongKeyShortAdaptable(Map map)
Long
,
values of class Short
,
and no null keys or null values.
map
- the map to examine.
LongKeyShortMap
;
returns false otherwise.
NullPointerException
- if map is null.asLongKeyShorts(Map)
public static boolean isLongKeyIntAdaptable(Map map)
Long
,
values of class Integer
,
and no null keys or null values.
map
- the map to examine.
LongKeyIntMap
;
returns false otherwise.
NullPointerException
- if map is null.asLongKeyInts(Map)
public static boolean isLongKeyLongAdaptable(Map map)
Long
,
values of class Long
,
and no null keys or null values.
map
- the map to examine.
LongKeyLongMap
;
returns false otherwise.
NullPointerException
- if map is null.asLongKeyLongs(Map)
public static boolean isLongKeyFloatAdaptable(Map map)
Long
,
values of class Float
,
and no null keys or null values.
map
- the map to examine.
LongKeyFloatMap
;
returns false otherwise.
NullPointerException
- if map is null.asLongKeyFloats(Map)
public static boolean isLongKeyDoubleAdaptable(Map map)
Long
,
values of class Double
,
and no null keys or null values.
map
- the map to examine.
LongKeyDoubleMap
;
returns false otherwise.
NullPointerException
- if map is null.asLongKeyDoubles(Map)
public static boolean isFloatKeyBooleanAdaptable(Map map)
Float
,
values of class Boolean
,
and no null keys or null values.
map
- the map to examine.
FloatKeyBooleanMap
;
returns false otherwise.
NullPointerException
- if map is null.asFloatKeyBooleans(Map)
public static boolean isFloatKeyCharAdaptable(Map map)
Float
,
values of class Character
,
and no null keys or null values.
map
- the map to examine.
FloatKeyCharMap
;
returns false otherwise.
NullPointerException
- if map is null.asFloatKeyChars(Map)
public static boolean isFloatKeyByteAdaptable(Map map)
Float
,
values of class Byte
,
and no null keys or null values.
map
- the map to examine.
FloatKeyByteMap
;
returns false otherwise.
NullPointerException
- if map is null.asFloatKeyBytes(Map)
public static boolean isFloatKeyShortAdaptable(Map map)
Float
,
values of class Short
,
and no null keys or null values.
map
- the map to examine.
FloatKeyShortMap
;
returns false otherwise.
NullPointerException
- if map is null.asFloatKeyShorts(Map)
public static boolean isFloatKeyIntAdaptable(Map map)
Float
,
values of class Integer
,
and no null keys or null values.
map
- the map to examine.
FloatKeyIntMap
;
returns false otherwise.
NullPointerException
- if map is null.asFloatKeyInts(Map)
public static boolean isFloatKeyLongAdaptable(Map map)
Float
,
values of class Long
,
and no null keys or null values.
map
- the map to examine.
FloatKeyLongMap
;
returns false otherwise.
NullPointerException
- if map is null.asFloatKeyLongs(Map)
public static boolean isFloatKeyFloatAdaptable(Map map)
Float
,
values of class Float
,
and no null keys or null values.
map
- the map to examine.
FloatKeyFloatMap
;
returns false otherwise.
NullPointerException
- if map is null.asFloatKeyFloats(Map)
public static boolean isFloatKeyDoubleAdaptable(Map map)
Float
,
values of class Double
,
and no null keys or null values.
map
- the map to examine.
FloatKeyDoubleMap
;
returns false otherwise.
NullPointerException
- if map is null.asFloatKeyDoubles(Map)
public static boolean isDoubleKeyBooleanAdaptable(Map map)
Double
,
values of class Boolean
,
and no null keys or null values.
map
- the map to examine.
DoubleKeyBooleanMap
;
returns false otherwise.
NullPointerException
- if map is null.asDoubleKeyBooleans(Map)
public static boolean isDoubleKeyCharAdaptable(Map map)
Double
,
values of class Character
,
and no null keys or null values.
map
- the map to examine.
DoubleKeyCharMap
;
returns false otherwise.
NullPointerException
- if map is null.asDoubleKeyChars(Map)
public static boolean isDoubleKeyByteAdaptable(Map map)
Double
,
values of class Byte
,
and no null keys or null values.
map
- the map to examine.
DoubleKeyByteMap
;
returns false otherwise.
NullPointerException
- if map is null.asDoubleKeyBytes(Map)
public static boolean isDoubleKeyShortAdaptable(Map map)
Double
,
values of class Short
,
and no null keys or null values.
map
- the map to examine.
DoubleKeyShortMap
;
returns false otherwise.
NullPointerException
- if map is null.asDoubleKeyShorts(Map)
public static boolean isDoubleKeyIntAdaptable(Map map)
Double
,
values of class Integer
,
and no null keys or null values.
map
- the map to examine.
DoubleKeyIntMap
;
returns false otherwise.
NullPointerException
- if map is null.asDoubleKeyInts(Map)
public static boolean isDoubleKeyLongAdaptable(Map map)
Double
,
values of class Long
,
and no null keys or null values.
map
- the map to examine.
DoubleKeyLongMap
;
returns false otherwise.
NullPointerException
- if map is null.asDoubleKeyLongs(Map)
public static boolean isDoubleKeyFloatAdaptable(Map map)
Double
,
values of class Float
,
and no null keys or null values.
map
- the map to examine.
DoubleKeyFloatMap
;
returns false otherwise.
NullPointerException
- if map is null.asDoubleKeyFloats(Map)
public static boolean isDoubleKeyDoubleAdaptable(Map map)
Double
,
values of class Double
,
and no null keys or null values.
map
- the map to examine.
DoubleKeyDoubleMap
;
returns false otherwise.
NullPointerException
- if map is null.asDoubleKeyDoubles(Map)
public static boolean isObjectKeyBooleanAdaptable(Map map)
Boolean
and no null values.
map
- the map to examine.
ObjectKeyBooleanMap
;
returns false otherwise.
NullPointerException
- if map is null.public static boolean isObjectKeyCharAdaptable(Map map)
Character
and no null values.
map
- the map to examine.
ObjectKeyCharMap
;
returns false otherwise.
NullPointerException
- if map is null.public static boolean isObjectKeyByteAdaptable(Map map)
Byte
and no null values.
map
- the map to examine.
ObjectKeyByteMap
;
returns false otherwise.
NullPointerException
- if map is null.public static boolean isObjectKeyShortAdaptable(Map map)
Short
and no null values.
map
- the map to examine.
ObjectKeyShortMap
;
returns false otherwise.
NullPointerException
- if map is null.public static boolean isObjectKeyIntAdaptable(Map map)
Integer
and no null values.
map
- the map to examine.
ObjectKeyIntMap
;
returns false otherwise.
NullPointerException
- if map is null.public static boolean isObjectKeyLongAdaptable(Map map)
Long
and no null values.
map
- the map to examine.
ObjectKeyLongMap
;
returns false otherwise.
NullPointerException
- if map is null.public static boolean isObjectKeyFloatAdaptable(Map map)
Float
and no null values.
map
- the map to examine.
ObjectKeyFloatMap
;
returns false otherwise.
NullPointerException
- if map is null.public static boolean isObjectKeyDoubleAdaptable(Map map)
Double
and no null values.
map
- the map to examine.
ObjectKeyDoubleMap
;
returns false otherwise.
NullPointerException
- if map is null.
|
PCJ API Version 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |