Package mslinks
Class LinkTargetIDList
-
- All Implemented Interfaces:
-
java.io.Serializable,java.util.Deque,java.util.Queue,java.util.SequencedCollection,kotlin.Cloneable,kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.List,kotlin.collections.MutableCollection,kotlin.collections.MutableIterable,kotlin.collections.MutableList,mslinks.Serializable
public final class LinkTargetIDList extends LinkedList<ItemID> implements Serializable
-
-
Constructor Summary
Constructors Constructor Description LinkTargetIDList()LinkTargetIDList(ByteReader data)
-
Method Summary
Modifier and Type Method Description final BooleanisCorrect()Unitserialize(ByteWriter bw)final BooleancanBuildPath()final BooleancanBuildAbsolutePath()final StringbuildPath()-
Methods inherited from class java.util.LinkedList
linkBefore, linkLast, node, size, unlink -
Methods inherited from class mslinks.LinkTargetIDList
getFirst, getLast, isEmpty -
Methods inherited from class kotlin.collections.List
get, getFirst, getLast, indexOf, lastIndexOf, reversed -
Methods inherited from class kotlin.collections.MutableList
add, addAll, addFirst, addLast, listIterator, listIterator, removeAt, removeFirst, removeLast, replaceAll, set, sort, subList -
Methods inherited from class kotlin.collections.Collection
contains, containsAll, isEmpty, parallelStream, stream, toArray -
Methods inherited from class kotlin.collections.MutableCollection
add, addAll, clear, iterator, remove, removeAll, removeIf, retainAll -
Methods inherited from class java.util.Queue
element, offer, peek, poll, remove -
Methods inherited from class java.util.Deque
descendingIterator, offerFirst, offerLast, peekFirst, peekLast, pollFirst, pollLast, pop, push, removeFirstOccurrence, removeLastOccurrence -
Methods inherited from class kotlin.Cloneable
clone -
Methods inherited from class java.util.AbstractCollection
toArray, toArray -
Methods inherited from class kotlin.collections.Iterable
forEach, spliterator -
Methods inherited from class java.util.AbstractList
removeRange -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LinkTargetIDList
LinkTargetIDList()
-
LinkTargetIDList
LinkTargetIDList(ByteReader data)
-
-
Method Detail
-
isCorrect
@Deprecated(message = "", replaceWith = @ReplaceWith(expression = "canBuildPath()")) final Boolean isCorrect()
-
serialize
Unit serialize(ByteWriter bw)
-
canBuildPath
final Boolean canBuildPath()
-
canBuildAbsolutePath
final Boolean canBuildAbsolutePath()
-
-
-
-