|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.seas.iis.util.collections.ListUtils
public class ListUtils
Constructor Summary | |
---|---|
ListUtils()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static java.util.List |
shuffle(java.util.List list)
Shuffles the elements of the list; it shuffles them in place. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListUtils()
Method Detail |
---|
public static java.util.List shuffle(java.util.List list)
list
- a list whose elements are to be shuffled
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |