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
Methods 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.
-