be.destin.skos.core
Class ReferringApplicationList

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<ReferringApplication>
                  extended by be.destin.skos.core.ReferringApplicationList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<ReferringApplication>, java.util.Collection<ReferringApplication>, java.util.Deque<ReferringApplication>, java.util.List<ReferringApplication>, java.util.Queue<ReferringApplication>

public class ReferringApplicationList
extends java.util.LinkedList<ReferringApplication>

Author:
Christophe Dupriez
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
ReferringApplicationList()
           
 
Method Summary
 ReferringApplication getReferringApplication(java.lang.String application)
           
 boolean setReferringApplication(ReferringApplication applicationCounts)
           
 
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, toString
 
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
Constructor Detail

ReferringApplicationList

public ReferringApplicationList()
Method Detail

getReferringApplication

public ReferringApplication getReferringApplication(java.lang.String application)

setReferringApplication

public boolean setReferringApplication(ReferringApplication applicationCounts)