|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
int |
from
|
boolean |
reverse
|
int |
to
|
Constructor Summary | |
RangeInfo(int from, int to, boolean reverse)
|
Method Summary | |
---|---|
static Collection |
cloneSimilarCollection(Collection left, int newCapacity)
|
static Map |
cloneSimilarMap(Map left)
|
static Collection |
createSimilarCollection(Collection collection)
|
static Collection |
createSimilarCollection(Collection collection, int newCapacity)
|
static List |
createSimilarList(List left, int newCapacity)
|
static Collection |
createSimilarOrDefaultCollection(Object object)
|
static Set |
createSimilarSet(Set self)
|
static boolean |
sameType(def cols)
Determines if all items of this array are of the same type. |
Constructor Detail |
---|
public RangeInfo(int from, int to, boolean reverse)
Method Detail |
---|
static Collection cloneSimilarCollection(Collection left, int newCapacity)
static Map cloneSimilarMap(Map left)
static Collection createSimilarCollection(Collection collection)
static Collection createSimilarCollection(Collection collection, int newCapacity)
static List createSimilarList(List left, int newCapacity)
static Collection createSimilarOrDefaultCollection(Object object)
static Set createSimilarSet(Set self)
static boolean sameType(def cols)