Class CSetImpl<T,​X>

  • All Implemented Interfaces:
    Iterable<T>, Collection<T>, Set<T>, CSet<T,​X>, HasData<X>

    public class CSetImpl<T,​X>
    extends com.google.common.collect.ForwardingSet<T>
    implements CSet<T,​X>
    • Field Detail

      • delegate

        protected Set<T> delegate
      • data

        protected X data
    • Constructor Detail

      • CSetImpl

        public CSetImpl()
      • CSetImpl

        public CSetImpl​(Set<T> delegate)
      • CSetImpl

        public CSetImpl​(Set<T> delegate,
                        X data)
    • Method Detail

      • delegate

        protected Set<T> delegate()
        Specified by:
        delegate in class com.google.common.collect.ForwardingSet<T>
      • toString

        public String toString()
        Overrides:
        toString in class com.google.common.collect.ForwardingObject