Uses of Class
org.magicwerk.brownies.collections.primitive.LongBigList.LongBlock
-
Packages that use LongBigList.LongBlock Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of LongBigList.LongBlock in org.magicwerk.brownies.collections.primitive
Fields in org.magicwerk.brownies.collections.primitive declared as LongBigList.LongBlock Modifier and Type Field Description (package private) LongBigList.LongBlockLongBigList.LongBlockNode. blockThe stored blockMethods in org.magicwerk.brownies.collections.primitive that return LongBigList.LongBlock Modifier and Type Method Description private LongBigList.LongBlockLongBigList.LongBlockNode. getLongBlock()Gets the block stored by this node.LongBigList.LongBlockLongBigList.LongBlock. ref()Increment reference count as block is used by one LongBigList instance more.Methods in org.magicwerk.brownies.collections.primitive with parameters of type LongBigList.LongBlock Modifier and Type Method Description private voidLongBigList. addLongBlock(int index, LongBigList.LongBlock obj)Adds a new element to the list.private voidLongBigList. doAddSplitLongBlock(int index, long element, int pos, LongBigList.LongBlock newLongBlock)private LongBigList.LongBlockNodeLongBigList.LongBlockNode. insert(int index, LongBigList.LongBlock obj)Inserts new node holding specified block at the position index.private LongBigList.LongBlockNodeLongBigList.LongBlockNode. insertOnLeft(int relIndex, LongBigList.LongBlock obj)Inserts new node holding specified block on the node's left side.private LongBigList.LongBlockNodeLongBigList.LongBlockNode. insertOnRight(int relIndex, LongBigList.LongBlock obj)Inserts new node holding specified block on the node's right side.private voidLongBigList.LongBlockNode. setLongBlock(LongBigList.LongBlock block)Sets block to store by this node.Constructors in org.magicwerk.brownies.collections.primitive with parameters of type LongBigList.LongBlock Constructor Description LongBlock(LongBigList.LongBlock that)LongBlockNode(LongBigList.LongBlockNode parent, int relPos, LongBigList.LongBlock block, LongBigList.LongBlockNode rightFollower, LongBigList.LongBlockNode leftFollower)Constructs a new node.
-