Package org.opensearch.common.collect


package org.opensearch.common.collect
Base collections package.
  • Classes
    Class
    Description
    An immutable map whose writes result in a new copy of the map to be created.
    An EvictingQueue is a non-blocking queue which is limited to a maximum size; when new elements are added to a full queue, elements are evicted from the head of the queue to accommodate the new elements.