Package fj.data

Class Set.Empty<A>

java.lang.Object
fj.data.Set<A>
fj.data.Set.Empty<A>
All Implemented Interfaces:
Iterable<A>
Enclosing class:
Set<A>

private static final class Set.Empty<A> extends Set<A>
  • Constructor Details

    • Empty

      private Empty(Ord<A> ord)
  • Method Details

    • color

      public Set.Color color()
      Specified by:
      color in class Set<A>
    • l

      public Set<A> l()
      Specified by:
      l in class Set<A>
    • r

      public Set<A> r()
      Specified by:
      r in class Set<A>
    • head

      public A head()
      Specified by:
      head in class Set<A>