- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.AbstractSequentialList<E>
-
- java.util.LinkedList<ItemID>
-
- mslinks.LinkTargetIDList
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<ItemID>
,java.util.Collection<ItemID>
,java.util.Deque<ItemID>
,java.util.List<ItemID>
,java.util.Queue<ItemID>
,Serializable
public class LinkTargetIDList extends java.util.LinkedList<ItemID> implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LinkTargetIDList()
LinkTargetIDList(ByteReader data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
buildPath()
boolean
isCorrect()
void
serialize(ByteWriter bw)
-
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, spliterator, toArray, toArray
-
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
-
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LinkTargetIDList
public LinkTargetIDList()
-
LinkTargetIDList
public LinkTargetIDList(ByteReader data) throws java.io.IOException, ShellLinkException
- Throws:
java.io.IOException
ShellLinkException
-
-
Method Detail
-
serialize
public void serialize(ByteWriter bw) throws java.io.IOException
- Specified by:
serialize
in interfaceSerializable
- Throws:
java.io.IOException
-
isCorrect
public boolean isCorrect()
-
buildPath
public java.lang.String buildPath()
-
-