Uses of Package
org.apache.pivot.collections.adapter
-
Packages that use org.apache.pivot.collections.adapter Package Description org.apache.pivot.io Contains classes related to input/output operations. -
Classes in org.apache.pivot.collections.adapter used by org.apache.pivot.io Class Description ListAdapter Implementation of theList
interface that is backed by an instance ofList
; in other words, adapting ajava.util.List
to one of ourList
s.