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 tools.refinery.interpreter.matchers.util.IMemory
addOne, addSigned, clear, clearAllOf, removeOne, removeOneOrNopMethods inherited from interface tools.refinery.interpreter.matchers.util.IMemoryView
asMap, asStream, containsNonZero, containsNonZeroUnsafe, distinctValues, entriesWithMultiplicities, forEachEntryWithMultiplicities, getCount, getCountUnsafe, isEmpty, size, theContainedVersionOf, theContainedVersionOfUnsafeMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator