Uses of Class
org.apache.mina.util.byteaccess.ByteArrayList.Node
-
Packages that use ByteArrayList.Node Package Description org.apache.mina.util.byteaccess -
-
Uses of ByteArrayList.Node in org.apache.mina.util.byteaccess
Fields in org.apache.mina.util.byteaccess declared as ByteArrayList.Node Modifier and Type Field Description private ByteArrayList.NodeCompositeByteArray.CursorImpl. componentNodeprivate 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.Node Modifier and Type Method Description ByteArrayList.NodeByteArrayList. getFirst()ByteArrayList.NodeByteArrayList. getLast()ByteArrayList.NodeByteArrayList.Node. getNextNode()Gets the next node.ByteArrayList.NodeByteArrayList.Node. getPreviousNode()Gets the previous node.ByteArrayList.NodeByteArrayList. removeFirst()Removes the first node from this listByteArrayList.NodeByteArrayList. 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.Node Modifier and Type Method Description protected 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.
-