Module swim.api
Package swim.api.data

Interface ListData<V>

All Superinterfaces:
Collection<V>, Iterable<V>, KeyedList<V>, List<V>
All Known Subinterfaces:
ListDataBinding
All Known Implementing Classes:
ListDataModel, ListDataModel, ListDataProxy, ListDataView

public interface ListData<V> extends KeyedList<V>
  • Method Details

    • name

      Value name()
    • valueForm

      Form<V> valueForm()
    • valueForm

      <V2> ListData<V2> valueForm(Form<V2> valueForm)
    • valueClass

      <V2> ListData<V2> valueClass(Class<V2> valueClass)
    • isResident

      boolean isResident()
    • isResident

      ListData<V> isResident(boolean isResident)
    • isTransient

      boolean isTransient()
    • isTransient

      ListData<V> isTransient(boolean isTransient)
    • drop

      void drop(int lower)
    • take

      void take(int keep)
    • snapshot

      KeyedList<V> snapshot()
    • close

      void close()