Package org.evrete.api
Interface MemoryKeyCollection
-
- All Superinterfaces:
Iterable<MemoryKey>,ReIterable<MemoryKey>
public interface MemoryKeyCollection extends ReIterable<MemoryKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(MemoryKey key)voidclear()-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface org.evrete.api.ReIterable
iterator, iterator
-
-
-
-
Method Detail
-
clear
void clear()
-
add
void add(MemoryKey key)
-
-