Class CollectionFieldValue<T extends FieldValue>

    • Method Detail

      • createFieldValue

        protected FieldValue createFieldValue​(Object o)
        Utility function to wrap primitives.
        See Also:
        Array.ListWrapper
      • verifyElementCompatibility

        public void verifyElementCompatibility​(T o)
      • fieldValueIterator

        public abstract Iterator<T> fieldValueIterator()
      • add

        public abstract boolean add​(T value)
      • contains

        public abstract boolean contains​(Object o)
      • isEmpty

        public abstract boolean isEmpty()
      • isEmpty

        protected boolean isEmpty​(Collection collection)
      • iterator

        public abstract Iterator<T> iterator()
      • removeValue

        public abstract boolean removeValue​(FieldValue o)
      • size

        public abstract int size()