Module swim.store
Package swim.store

Class ListDataProxy

    • Constructor Detail

    • Method Detail

      • name

        public swim.structure.Value name()
        Specified by:
        name in interface DataBinding
        Specified by:
        name in interface swim.api.data.ListData<swim.structure.Value>
      • isResident

        public boolean isResident()
        Specified by:
        isResident in interface DataBinding
        Specified by:
        isResident in interface swim.api.data.ListData<swim.structure.Value>
      • valueForm

        public swim.structure.Form<swim.structure.Value> valueForm()
        Specified by:
        valueForm in interface swim.api.data.ListData<swim.structure.Value>
      • valueForm

        public <V> swim.api.data.ListData<V> valueForm​(swim.structure.Form<V> valueForm)
        Specified by:
        valueForm in interface swim.api.data.ListData<swim.structure.Value>
      • valueClass

        public <V> swim.api.data.ListData<V> valueClass​(Class<V> valueClass)
        Specified by:
        valueClass in interface swim.api.data.ListData<swim.structure.Value>
      • isTransient

        public boolean isTransient()
        Specified by:
        isTransient in interface DataBinding
        Specified by:
        isTransient in interface swim.api.data.ListData<swim.structure.Value>
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface Collection<swim.structure.Value>
        Specified by:
        isEmpty in interface List<swim.structure.Value>
      • size

        public int size()
        Specified by:
        size in interface Collection<swim.structure.Value>
        Specified by:
        size in interface List<swim.structure.Value>
      • contains

        public boolean contains​(Object value)
        Specified by:
        contains in interface Collection<swim.structure.Value>
        Specified by:
        contains in interface List<swim.structure.Value>
      • indexOf

        public int indexOf​(Object value)
        Specified by:
        indexOf in interface List<swim.structure.Value>
      • lastIndexOf

        public int lastIndexOf​(Object value)
        Specified by:
        lastIndexOf in interface List<swim.structure.Value>
      • get

        public swim.structure.Value get​(int index)
        Specified by:
        get in interface List<swim.structure.Value>
      • get

        public swim.structure.Value get​(int index,
                                        Object key)
        Specified by:
        get in interface swim.util.KeyedList<swim.structure.Value>
      • getEntry

        public Map.Entry<Object,​swim.structure.Value> getEntry​(int index)
        Specified by:
        getEntry in interface swim.util.KeyedList<swim.structure.Value>
      • getEntry

        public Map.Entry<Object,​swim.structure.Value> getEntry​(int index,
                                                                     Object key)
        Specified by:
        getEntry in interface swim.util.KeyedList<swim.structure.Value>
      • set

        public swim.structure.Value set​(int index,
                                        swim.structure.Value value)
        Specified by:
        set in interface List<swim.structure.Value>
      • set

        public swim.structure.Value set​(int index,
                                        swim.structure.Value value,
                                        Object key)
        Specified by:
        set in interface swim.util.KeyedList<swim.structure.Value>
      • add

        public boolean add​(swim.structure.Value value)
        Specified by:
        add in interface Collection<swim.structure.Value>
        Specified by:
        add in interface List<swim.structure.Value>
      • add

        public boolean add​(swim.structure.Value value,
                           Object key)
        Specified by:
        add in interface swim.util.KeyedList<swim.structure.Value>
      • addAll

        public boolean addAll​(Collection<? extends swim.structure.Value> values)
        Specified by:
        addAll in interface Collection<swim.structure.Value>
        Specified by:
        addAll in interface List<swim.structure.Value>
      • add

        public void add​(int index,
                        swim.structure.Value value)
        Specified by:
        add in interface List<swim.structure.Value>
      • add

        public void add​(int index,
                        swim.structure.Value value,
                        Object key)
        Specified by:
        add in interface swim.util.KeyedList<swim.structure.Value>
      • addAll

        public boolean addAll​(int index,
                              Collection<? extends swim.structure.Value> values)
        Specified by:
        addAll in interface List<swim.structure.Value>
      • remove

        public swim.structure.Value remove​(int index)
        Specified by:
        remove in interface List<swim.structure.Value>
      • remove

        public swim.structure.Value remove​(int index,
                                           Object key)
        Specified by:
        remove in interface swim.util.KeyedList<swim.structure.Value>
      • remove

        public boolean remove​(Object value)
        Specified by:
        remove in interface Collection<swim.structure.Value>
        Specified by:
        remove in interface List<swim.structure.Value>
      • move

        public void move​(int fromIndex,
                         int toIndex)
        Specified by:
        move in interface swim.util.KeyedList<swim.structure.Value>
      • move

        public void move​(int fromIndex,
                         int toIndex,
                         Object key)
        Specified by:
        move in interface swim.util.KeyedList<swim.structure.Value>
      • drop

        public void drop​(int lower)
        Specified by:
        drop in interface swim.api.data.ListData<swim.structure.Value>
      • take

        public void take​(int upper)
        Specified by:
        take in interface swim.api.data.ListData<swim.structure.Value>
      • clear

        public void clear()
        Specified by:
        clear in interface Collection<swim.structure.Value>
        Specified by:
        clear in interface List<swim.structure.Value>
      • listIterator

        public ListIterator<swim.structure.Value> listIterator()
        Specified by:
        listIterator in interface List<swim.structure.Value>
      • listIterator

        public ListIterator<swim.structure.Value> listIterator​(int index)
        Specified by:
        listIterator in interface List<swim.structure.Value>
      • keyIterator

        public ListIterator<Object> keyIterator()
        Specified by:
        keyIterator in interface swim.util.KeyedList<swim.structure.Value>
      • entryIterator

        public ListIterator<Map.Entry<Object,​swim.structure.Value>> entryIterator()
        Specified by:
        entryIterator in interface swim.util.KeyedList<swim.structure.Value>
      • subList

        public List<swim.structure.Value> subList​(int fromIndex,
                                                  int toIndex)
        Specified by:
        subList in interface List<swim.structure.Value>
      • snapshot

        public swim.util.KeyedList<swim.structure.Value> snapshot()
        Specified by:
        snapshot in interface swim.api.data.ListData<swim.structure.Value>
      • toArray

        public Object[] toArray()
        Specified by:
        toArray in interface Collection<swim.structure.Value>
        Specified by:
        toArray in interface List<swim.structure.Value>
      • toArray

        public <T> T[] toArray​(T[] array)
        Specified by:
        toArray in interface Collection<swim.structure.Value>
        Specified by:
        toArray in interface List<swim.structure.Value>
      • close

        public void close()
        Specified by:
        close in interface DataBinding
        Specified by:
        close in interface swim.api.data.ListData<swim.structure.Value>
      • didUpdate

        public void didUpdate​(long index,
                              swim.structure.Value newValue,
                              swim.structure.Value oldValue)
        Specified by:
        didUpdate in interface ListDataContext
      • didInsert

        public void didInsert​(long index,
                              swim.structure.Value newValue)
        Specified by:
        didInsert in interface ListDataContext
      • didRemove

        public void didRemove​(long index,
                              swim.structure.Value oldValue)
        Specified by:
        didRemove in interface ListDataContext