Uses of Class
org.apache.mina.util.byteaccess.ByteArrayList.Node
Packages that use ByteArrayList.Node
-
Uses of ByteArrayList.Node in org.apache.mina.util.byteaccess
Fields in org.apache.mina.util.byteaccess declared as ByteArrayList.NodeModifier and TypeFieldDescriptionprivate ByteArrayList.NodeCompositeByteArray.CursorImpl.componentNodeprivate final ByteArrayList.NodeByteArrayList.headerAByteArrayList.Nodewhich indicates the start and end of the list and does not hold a value.private ByteArrayList.NodeByteArrayList.Node.nextA pointer to the node after this nodeprivate ByteArrayList.NodeByteArrayList.Node.previousA pointer to the node before this nodeMethods in org.apache.mina.util.byteaccess that return ByteArrayList.NodeModifier and TypeMethodDescriptionByteArrayList.getFirst()ByteArrayList.getLast()ByteArrayList.Node.getNextNode()Gets the next node.ByteArrayList.Node.getPreviousNode()Gets the previous node.ByteArrayList.removeFirst()Removes the first node from this listByteArrayList.removeLast()Removes the last node in this listprotected ByteArrayList.NodeByteArrayList.removeNode(ByteArrayList.Node node) Removes the specified node from the list.Methods in org.apache.mina.util.byteaccess with parameters of type ByteArrayList.NodeModifier and TypeMethodDescriptionprotected voidByteArrayList.addNode(ByteArrayList.Node nodeToInsert, ByteArrayList.Node insertBeforeNode) Inserts a new node into the list.protected ByteArrayList.NodeByteArrayList.removeNode(ByteArrayList.Node node) Removes the specified node from the list.