Interface MemoryKeyCollection

All Superinterfaces:
Iterable<MemoryKey>, ReIterable<MemoryKey>

public interface MemoryKeyCollection extends ReIterable<MemoryKey>
This interface represents a mutable extension to the ReIterable interface, specifically for use with memory keys.
  • Method Details

    • clear

      void clear()
    • add

      void add(MemoryKey key)