Interface Chain<O>

    • Method Detail

      • contains

        boolean contains​(O data)
      • toList

        List<O> toList()
      • remove

        boolean remove​(O data)