public class Collections extends Object
Constructor and Description |
---|
Collections() |
Modifier and Type | Method and Description |
---|---|
static <T> ArrayOf<T> |
arrayOf()
Create an ArrayOf collection using the most efficient implementation strategy for the given
client.
|
static <T> ArrayOfBoolean |
arrayOfBoolean()
Create an ArrayOfBoolean collection using the most efficient implementation strategy for the
given client.
|
static <T> ArrayOfInt |
arrayOfInt()
Create an ArrayOfInt collection using the most efficient implementation strategy for the given
client.
|
static <T> ArrayOfNumber |
arrayOfNumber()
Create an ArrayOfNumber collection using the most efficient implementation strategy for the
given client.
|
static <T> ArrayOfString |
arrayOfString()
Create an ArrayOfString collection using the most efficient implementation strategy for the
given client.
|
static <T> MapFromIntTo<T> |
mapFromIntTo()
Create a MapFromIntTo collection for a given type using the most efficient implementation
strategy for the given client.
|
static MapFromIntToString |
mapFromIntToString()
Create a MapFromIntToString collection for a given type using the most efficient implementation
strategy for the given client.
|
static <T> MapFromStringTo<T> |
mapFromStringTo()
Create a MapFromStringTo collection for a given type using the most efficient implementation
strategy for the given client.
|
static MapFromStringToBoolean |
mapFromStringToBoolean()
Create a MapFromStringToBoolean collection for a given type using the most efficient
implementation strategy for the given client.
|
static MapFromStringToInt |
mapFromStringToInt()
Create a MapFromStringToInt collection for a given type using the most efficient implementation
strategy for the given client.
|
static MapFromStringToNumber |
mapFromStringToNumber()
Create a MapFromStringToNumber collection for a given type using the most efficient
implementation strategy for the given client.
|
static MapFromStringToString |
mapFromStringToString()
Create a MapFromStringToString collection for a given type using the most efficient
implementation strategy for the given client.
|
public static <T> ArrayOf<T> arrayOf()
T
- the element type contained in the collectionpublic static <T> ArrayOfBoolean arrayOfBoolean()
public static <T> ArrayOfInt arrayOfInt()
public static <T> ArrayOfNumber arrayOfNumber()
public static <T> ArrayOfString arrayOfString()
public static <T> MapFromIntTo<T> mapFromIntTo()
T
- the element type contained in the collectionpublic static MapFromIntToString mapFromIntToString()
public static <T> MapFromStringTo<T> mapFromStringTo()
T
- the element type contained in the collectionpublic static MapFromStringToBoolean mapFromStringToBoolean()
public static MapFromStringToInt mapFromStringToInt()
public static MapFromStringToNumber mapFromStringToNumber()
public static MapFromStringToString mapFromStringToString()
Copyright © 2018. All rights reserved.