joeq.Util.Templates
Interface List.jq_Type

All Superinterfaces:
Collection, Iterable, List
All Known Subinterfaces:
List.jq_Class, List.jq_Reference
All Known Implementing Classes:
UnmodifiableList.jq_Class
Enclosing class:
List

public static interface List.jq_Type
extends List


Method Summary
 jq_Type getType(int index)
           
 ListIterator.jq_Type typeIterator()
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getType

jq_Type getType(int index)

typeIterator

ListIterator.jq_Type typeIterator()


Copyright © 2001-2008 John Whaley. All Rights Reserved.