Class AbstractImmutableEntitySet<T>

    • Constructor Detail

      • AbstractImmutableEntitySet

        protected AbstractImmutableEntitySet​(ImmutableSet<T> set)
    • Method Detail

      • getSize

        public final int getSize()
      • isEmpty

        public final boolean isEmpty()
      • isNotEmpty

        public final boolean isNotEmpty()
      • first

        public final T first()
      • getSet

        public final Set<T> getSet()
      • stream

        public final Stream<T> stream()
      • contains

        public final boolean contains​(T o)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object