Uses of Class
org.archive.crawler.settings.ListType

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.
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.