Package org.eclipse.collections.api.collection


package org.eclipse.collections.api.collection
  • Interfaces
    Class
    Description
    A FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.
    ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.
    MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol.