![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
SlotAllocator () | |
void | allocate (final Collection< E > elements0, final Comparator< E > comparator) |
String | toString () |
![]() | |
SlotAllocatorForIndexRanges () | |
void | allocate (final Collection< T > elements) |
int | getSlot (final T element) |
Additional Inherited Members | |
![]() | |
final Map< T, Integer > | slots |
Edge vertical slot allocator
grammarscope.allocator.SlotAllocator< E extends HasIndices >.SlotAllocator | ( | ) |
Constructor
void grammarscope.allocator.SlotAllocator< E extends HasIndices >.allocate | ( | final Collection< E > | elements0, |
final Comparator< E > | comparator | ||
) |
Allocate
elements0 | elements |
comparator | element allocation order |
String grammarscope.allocator.SlotAllocator< E extends HasIndices >.toString | ( | ) |