|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - The base type of elements in the collection.public interface CheckedCollection<E>
Collection that ensures that all elements are assignable to a given base type. The base type is usually specified at collection construction time.
| utility/geotk-utility (download) | View source code for this class |
| Method Summary | |
|---|---|
Class<? extends E> |
getElementType()
Returns the base type of all elements in this collection. |
| Methods inherited from interface Collection |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
Class<? extends E> getElementType()
getElementType in interface CheckedContainer<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||