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
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean isCorrect()
      Unit serialize(ByteWriter bw)
      final Boolean canBuildPath()
      final Boolean canBuildAbsolutePath()
      final String buildPath()
      • 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