public class ListAdapter
extends Object
Extracts the values of a
List.
- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors
-
Method Summary
Translates
List to array of its values.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ListAdapter
public ListAdapter()
-
Method Details
-
toArray
Translates
List to array of its values.
- Parameters:
list - List.
- Returns:
- Array of
List values.