|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--time.ImmutableList
Class providing functions to create a immutable list.
Method Summary | |
static ImmutableList |
add(ImmutableList list,
java.lang.Object item)
|
static java.util.Enumeration |
elements(ImmutableList list)
|
static ImmutableList |
remove(ImmutableList list,
java.lang.Object target)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ImmutableList add(ImmutableList list, java.lang.Object item)
public static ImmutableList remove(ImmutableList list, java.lang.Object target)
public static java.util.Enumeration elements(ImmutableList list)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |