be.destin.skos.core
Class CountList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.AbstractSequentialList<E>
              extended by java.util.LinkedList<Count>
                  extended by be.destin.skos.core.CountList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<Count>, java.util.Collection<Count>, java.util.Deque<Count>, java.util.List<Count>, java.util.Queue<Count>

public class CountList
extends java.util.LinkedList<Count>

Author:
Christophe Dupriez
See Also:
Serialized Form

Field Summary
static java.lang.String anyIndex
           
static long serialVersionUID
           
 
Constructor Summary
CountList()
           
 
Method Summary
 Count getIndex(java.lang.String index)
           
 void setIndex(java.lang.String indX, Count aValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 
Methods inherited from interface java.util.Deque
iterator
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

anyIndex

public static final java.lang.String anyIndex
See Also:
Constant Field Values
Constructor Detail

CountList

public CountList()
Method Detail

getIndex

public Count getIndex(java.lang.String index)

setIndex

public void setIndex(java.lang.String indX,
                     Count aValue)

toString

public java.lang.String toString()
Overrides:
toString in class java.util.AbstractCollection<Count>