intarsys runtime library

de.intarsys.tools.number
Class NumberList

java.lang.Object
  extended by de.intarsys.tools.number.NumberWrapper
      extended by de.intarsys.tools.number.NumberList
All Implemented Interfaces:
Iterable, Collection, Set

public class NumberList
extends NumberWrapper

An implementation of NumberWrapper that represents an enumeration of single number objects.


Field Summary
static char SEPARATOR
           
static char SEPARATOR_ALT
           
 
Constructor Summary
NumberList()
          NumberList constructor comment.
 
Method Summary
 boolean add(Object arg0)
           
 boolean addAll(Collection arg0)
           
 boolean contains(Object o)
           
 List getList()
           
 NumberWrapper increment(int i)
           
 boolean isEmpty()
           
 Iterator iterator()
           
 void setList(List newList)
           
 int size()
           
 Object[] toArray()
           
 String toString()
           
 
Methods inherited from class de.intarsys.tools.number.NumberWrapper
clear, containsAll, remove, removeAll, retainAll, toArray
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
equals, hashCode
 

Field Detail

SEPARATOR

public static char SEPARATOR

SEPARATOR_ALT

public static char SEPARATOR_ALT
Constructor Detail

NumberList

public NumberList()
NumberList constructor comment.

Method Detail

add

public boolean add(Object arg0)

addAll

public boolean addAll(Collection arg0)

contains

public boolean contains(Object o)

getList

public List getList()

increment

public NumberWrapper increment(int i)
Specified by:
increment in class NumberWrapper

isEmpty

public boolean isEmpty()

iterator

public Iterator iterator()

setList

public void setList(List newList)

size

public int size()

toArray

public Object[] toArray()

toString

public String toString()
Overrides:
toString in class Object

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.