|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListType | |
|---|---|
| org.archive.crawler.settings | Provides classes for the settings framework. |
| Uses of ListType in org.archive.crawler.settings |
|---|
| Subclasses of ListType in org.archive.crawler.settings | |
|---|---|
class |
DoubleList
List of Double values |
class |
FloatList
List of Float values |
class |
IntegerList
List of Integer values |
class |
LongList
List of Long values |
class |
StringList
List of String values. |
| Methods in org.archive.crawler.settings with parameters of type ListType | |
|---|---|
protected void |
ListType.addAll(ListType<T> l)
Appends all of the elements in the specified list to the end of this list, in the order that they are returned by the specified lists's iterator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||