Interface Chain<O>

All Superinterfaces:
Comparator<O>
All Known Implementing Classes:
ChainImpl

public interface Chain<O> extends Comparator<O>
  • Method Details

    • contains

      boolean contains(O data)
    • toList

      List<O> toList()
    • remove

      boolean remove(O data)