time
Class ImmutableList

java.lang.Object
  |
  +--time.ImmutableList

public class ImmutableList
extends java.lang.Object

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

add

public static ImmutableList add(ImmutableList list,
                                java.lang.Object item)

remove

public static ImmutableList remove(ImmutableList list,
                                   java.lang.Object target)

elements

public static java.util.Enumeration elements(ImmutableList list)