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.ShortBlockShortBigList.ShortBlockNode. blockThe stored blockMethods in org.magicwerk.brownies.collections.primitive that return ShortBigList.ShortBlock Modifier and Type Method Description private ShortBigList.ShortBlockShortBigList.ShortBlockNode. getShortBlock()Gets the block stored by this node.ShortBigList.ShortBlockShortBigList.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 voidShortBigList. addShortBlock(int index, ShortBigList.ShortBlock obj)Adds a new element to the list.private voidShortBigList. doAddSplitShortBlock(int index, short element, int pos, ShortBigList.ShortBlock newShortBlock)private ShortBigList.ShortBlockNodeShortBigList.ShortBlockNode. insert(int index, ShortBigList.ShortBlock obj)Inserts new node holding specified block at the position index.private ShortBigList.ShortBlockNodeShortBigList.ShortBlockNode. insertOnLeft(int relIndex, ShortBigList.ShortBlock obj)Inserts new node holding specified block on the node's left side.private ShortBigList.ShortBlockNodeShortBigList.ShortBlockNode. insertOnRight(int relIndex, ShortBigList.ShortBlock obj)Inserts new node holding specified block on the node's right side.private voidShortBigList.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.
-