Interface MarkedMemory<Value>
- All Superinterfaces:
Clearable, IMemory<Value>, IMemoryView<Value>, Iterable<Value>
- All Known Subinterfaces:
MarkedMemory.MarkedDeltaBag<Value>, MarkedMemory.MarkedMultiset<Value>, MarkedMemory.MarkedSet<Value>
Internal marker type, must only be instantiated inside implementors of IMultiLookupImpl
- Since:
- 2.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interface -
Method Summary
Methods inherited from interface IMemory
addOne, addSigned, clear, clearAllOf, removeOne, removeOneOrNopMethods inherited from interface IMemoryView
asMap, asStream, containsNonZero, containsNonZeroUnsafe, distinctValues, entriesWithMultiplicities, forEachEntryWithMultiplicities, getCount, getCountUnsafe, isEmpty, size, theContainedVersionOf, theContainedVersionOfUnsafeMethods inherited from interface Iterable
forEach, iterator, spliterator