Interface MemoryKeyCollection

All Superinterfaces:
ReIterable<MemoryKey>

public interface MemoryKeyCollection
extends ReIterable<MemoryKey>
  • Method Summary

    Modifier and Type Method Description
    void add​(MemoryKey key)  
    void clear()  

    Methods inherited from interface org.evrete.api.ReIterable

    iterator, iterator
  • Method Details

    • clear

      void clear()
    • add

      void add​(MemoryKey key)