Package com.azalient.api.a.store

This package provides interfaces to the data stores: IStore and IList

See:
          Description

Interface Summary
ICompoundStore<I extends RecordRW> A compound store is a collection of two or more IStore stores.
IList<T> A generic list interface used to convert between ArrayList and other standard collection objects and IStore objects
IPastableStore<I extends IPastable> A tag interface to indicate that the store implementing this interface contains objects that can be pasted
IStore<I extends StoreRecordRW> An interface to a store of primitive objects, exposing a set of methods that can be applied.
 

Class Summary
ListAdapter<T> An adapter to allow a List, an ArrayList or an array of objects to expose an IList interface
ListAdapterIT<I,T extends I> An adapter to allow an array of objects to expose an IList interface
 

Package com.azalient.api.a.store Description

This package provides interfaces to the data stores: IStore and IList