Class TypeToken.TypeSet

    • Method Detail

      • delegate

        protected <TypeToken<? super T>> delegate()
        Description copied from class: ForwardingObject
        Returns the backing delegate instance that methods are forwarded to. Abstract subclasses generally override this method with an abstract method that has a more specific return type, such as ForwardingSet.delegate(). Concrete subclasses override this method to supply the instance being decorated.
        Specified by:
        delegate in class ForwardingSet<TypeToken<? super T>>
      • rawTypes

        public <<? super T>> rawTypes()
        Returns the raw types of the types in this set, in the same order.