railo.runtime.type.util
Class CollectionUtil

java.lang.Object
  extended by railo.runtime.type.util.CollectionUtil

public class CollectionUtil
extends Object


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

CollectionUtil

public CollectionUtil()
Method Detail

equals

public static boolean equals(Collection left,
                             Collection right)

getKeyList

public static String getKeyList(Iterator<Collection.Key> it,
                                String delimiter)

getKeyList

public static String getKeyList(Collection coll,
                                String delimiter)

keys

public static Collection.Key[] keys(Collection coll)

keysAsString

public static String[] keysAsString(Collection coll)

hashCode

public static int hashCode(Collection coll)


Copyright © 2012 Railo