Uses of Class
org.magicwerk.brownies.collections.primitive.ShortBigList.ShortBlock
-
Packages that use ShortBigList.ShortBlock Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of ShortBigList.ShortBlock in org.magicwerk.brownies.collections.primitive
Fields in org.magicwerk.brownies.collections.primitive declared as ShortBigList.ShortBlock Modifier and Type Field Description (package private) ShortBigList.ShortBlock
ShortBigList.ShortBlockNode. block
The stored blockMethods in org.magicwerk.brownies.collections.primitive that return ShortBigList.ShortBlock Modifier and Type Method Description private ShortBigList.ShortBlock
ShortBigList.ShortBlockNode. getShortBlock()
Gets the block stored by this node.ShortBigList.ShortBlock
ShortBigList.ShortBlock. ref()
Increment reference count as block is used by one ShortBigList instance more.Methods in org.magicwerk.brownies.collections.primitive with parameters of type ShortBigList.ShortBlock Modifier and Type Method Description private void
ShortBigList. addShortBlock(int index, ShortBigList.ShortBlock obj)
Adds a new element to the list.private void
ShortBigList. doAddSplitShortBlock(int index, short element, int pos, ShortBigList.ShortBlock newShortBlock)
private ShortBigList.ShortBlockNode
ShortBigList.ShortBlockNode. insert(int index, ShortBigList.ShortBlock obj)
Inserts new node holding specified block at the position index.private ShortBigList.ShortBlockNode
ShortBigList.ShortBlockNode. insertOnLeft(int relIndex, ShortBigList.ShortBlock obj)
Inserts new node holding specified block on the node's left side.private ShortBigList.ShortBlockNode
ShortBigList.ShortBlockNode. insertOnRight(int relIndex, ShortBigList.ShortBlock obj)
Inserts new node holding specified block on the node's right side.private void
ShortBigList.ShortBlockNode. setShortBlock(ShortBigList.ShortBlock block)
Sets block to store by this node.Constructors in org.magicwerk.brownies.collections.primitive with parameters of type ShortBigList.ShortBlock Constructor Description ShortBlock(ShortBigList.ShortBlock that)
ShortBlockNode(ShortBigList.ShortBlockNode parent, int relPos, ShortBigList.ShortBlock block, ShortBigList.ShortBlockNode rightFollower, ShortBigList.ShortBlockNode leftFollower)
Constructs a new node.
-