Class TypeList.AbstractBase

    • Field Summary

      • Fields inherited from class java.util.AbstractList

        modCount
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getStackSize()
      Returns the sum of the size of all types contained in this list.
      java.lang.String[] toInternalNames()
      Returns a list of internal names of all types represented by this list.
      protected TypeList wrap​(java.util.List<TypeDescription> values)
      Represents a list of values as an instance of this instance's list type.
      • Methods inherited from class java.util.AbstractList

        add, add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
      • Methods inherited from class java.util.AbstractCollection

        addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, toArray, toArray
    • Constructor Detail

      • AbstractBase

        public AbstractBase()
    • Method Detail

      • getStackSize

        public int getStackSize()
        Returns the sum of the size of all types contained in this list.
        Specified by:
        getStackSize in interface TypeList
        Returns:
        The sum of the size of all types contained in this list.
      • toInternalNames

        public java.lang.String[] toInternalNames()
        Returns a list of internal names of all types represented by this list.
        Specified by:
        toInternalNames in interface TypeList
        Returns:
        An array of all internal names or null if the list is empty.