| 程序包 | 说明 |
|---|---|
| org.skfiy.util |
Miscellaneous utility classes, such as String manipulation utilities, a Log4J
configurer, and a state holder for paged lists of objects.
|
| 构造器和说明 |
|---|
AutoPopulatingList(AutoPopulatingList.ElementFactory<E> elementFactory)
Creates a new
AutoPopulatingList that is backed by a standard
ArrayList and creates new elements on demand using the supplied
AutoPopulatingList.ElementFactory. |
AutoPopulatingList(List<E> backingList,
AutoPopulatingList.ElementFactory<E> elementFactory)
Creates a new
AutoPopulatingList that is backed by the supplied
List and creates new elements on demand using the supplied
AutoPopulatingList.ElementFactory. |
Copyright © 2013 The Skfiy Open Association. All Rights Reserved.