Class ItemPropertyValueCollection

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<ItemPropertyValue>, java.util.Collection<ItemPropertyValue>, java.util.List<ItemPropertyValue>, java.util.RandomAccess

    public class ItemPropertyValueCollection
    extends java.util.ArrayList<ItemPropertyValue>
    instances of this class represent a collection of property values that are Items on jalo level
    See Also:
    Serialized Form
    • Constructor Detail

      • ItemPropertyValueCollection

        public ItemPropertyValueCollection()
      • ItemPropertyValueCollection

        public ItemPropertyValueCollection​(java.util.Collection coll)
    • Method Detail

      • getWrapedTypeOfCollection

        public static int getWrapedTypeOfCollection​(java.util.Collection<?> coll)
      • createNewWrappedCollection

        public java.util.Collection createNewWrappedCollection()
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.util.ArrayList<ItemPropertyValue>
      • addAll

        public boolean addAll​(java.util.Collection c)
        Specified by:
        addAll in interface java.util.Collection<ItemPropertyValue>
        Specified by:
        addAll in interface java.util.List<ItemPropertyValue>
        Overrides:
        addAll in class java.util.ArrayList<ItemPropertyValue>
      • addAll

        public boolean addAll​(int index,
                              java.util.Collection c)
        Specified by:
        addAll in interface java.util.List<ItemPropertyValue>
        Overrides:
        addAll in class java.util.ArrayList<ItemPropertyValue>
      • getWrapedCollectionType

        public int getWrapedCollectionType()
        Returns:
        the wrapedCollectionType
      • setWrapedCollectionType

        public void setWrapedCollectionType​(int wrapedCollectionType)
        Parameters:
        wrapedCollectionType - the wrapedCollectionType to set