Class EolCollectionType


  • public class EolCollectionType
    extends EolType
    • Constructor Detail

      • EolCollectionType

        public EolCollectionType​(java.lang.String name)
      • EolCollectionType

        public EolCollectionType​(java.lang.String name,
                                 EolType contentType)
    • Method Detail

      • isType

        public boolean isType​(java.lang.Object o)
        Specified by:
        isType in class EolType
      • isKind

        public boolean isKind​(java.lang.Object o)
        Specified by:
        isKind in class EolType
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class EolType
      • getTypeName

        public static java.lang.String getTypeName​(java.util.Collection<?> c)
      • createSameType

        public static <T> java.util.Collection<T> createSameType​(java.util.Collection<T> c)
      • clone

        public static <T> java.util.Collection<T> clone​(java.util.Collection<T> c)
      • join

        public static <T> java.util.Collection<T> join​(java.util.Collection<T> c1,
                                                       java.util.Collection<T> c2)
      • isUnique

        public static boolean isUnique​(java.util.Collection<?> c)
      • isOrdered

        public static boolean isOrdered​(java.util.Collection<?> c)
      • isBag

        public boolean isBag()
      • isSequence

        public boolean isSequence()
      • isSet

        public boolean isSet()
      • isOrderedSet

        public boolean isOrderedSet()
      • isCollection

        public boolean isCollection()
      • isConcurrentBag

        public boolean isConcurrentBag()
        Returns:
        Since:
        1.6
      • isConcurrentSet

        public boolean isConcurrentSet()
        Returns:
        Since:
        1.6
      • getContentType

        public EolType getContentType()
      • setContentType

        public void setContentType​(EolType contentType)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class EolType