de.beamertool.viewer.data
Class SmsPool
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList<InboundMessage>
de.beamertool.viewer.data.SmsPool
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<InboundMessage>, Collection<InboundMessage>, Deque<InboundMessage>, List<InboundMessage>, Queue<InboundMessage>
public class SmsPool
- extends LinkedList<InboundMessage>
- Author:
- ocm-zeeman
- See Also:
- Serialized Form
| Methods inherited from class java.util.LinkedList |
addFirst, addLast, clear, 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 |
SmsPool
public SmsPool(Settings theSettings)
add
public boolean add(InboundMessage msg)
- Specified by:
add in interface Collection<InboundMessage>- Specified by:
add in interface Deque<InboundMessage>- Specified by:
add in interface List<InboundMessage>- Specified by:
add in interface Queue<InboundMessage>- Overrides:
add in class LinkedList<InboundMessage>
add
public void add(int index,
InboundMessage msg)
- Specified by:
add in interface List<InboundMessage>- Overrides:
add in class LinkedList<InboundMessage>
addAll
public boolean addAll(Collection<? extends InboundMessage> msgs)
- Specified by:
addAll in interface Collection<InboundMessage>- Specified by:
addAll in interface List<InboundMessage>- Overrides:
addAll in class LinkedList<InboundMessage>
addAll
public boolean addAll(int index,
Collection<? extends InboundMessage> msgs)
- Specified by:
addAll in interface List<InboundMessage>- Overrides:
addAll in class LinkedList<InboundMessage>
clone
public Object clone()
- Overrides:
clone in class LinkedList<InboundMessage>