|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.type.util.CollectionUtil
public class CollectionUtil
Constructor Summary | |
---|---|
CollectionUtil()
|
Method Summary | |
---|---|
static boolean |
equals(Collection left,
Collection right)
|
static String |
getKeyList(Collection coll,
String delimiter)
|
static String |
getKeyList(Iterator<Collection.Key> it,
String delimiter)
|
static int |
hashCode(Collection coll)
|
static Collection.Key[] |
keys(Collection coll)
|
static String[] |
keysAsString(Collection coll)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionUtil()
Method Detail |
---|
public static boolean equals(Collection left, Collection right)
public static String getKeyList(Iterator<Collection.Key> it, String delimiter)
public static String getKeyList(Collection coll, String delimiter)
public static Collection.Key[] keys(Collection coll)
public static String[] keysAsString(Collection coll)
public static int hashCode(Collection coll)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |