net.rim.device.api.collection
Interface LoadableCollection

All Known Implementing Classes:
BigSortedReadableList, BigUnsortedReadableList, IntSortedReadableList, LongSortedReadableList, SortedReadableList, UnsortedReadableList

public interface LoadableCollection

Collection that can iniitalize its contents from another collection's elements.


Method Summary
 void loadFrom(Object collection)
          Initializes this collection's contents from another collection's elements.
 



Method Detail

loadFrom

void loadFrom(Object collection)
Initializes this collection's contents from another collection's elements.

Parameters:
collection - Collection to provide initial contents for this collection.





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal