Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Util.Templates
Class UnmodifiableList.jq_Class  view UnmodifiableList.jq_Class download UnmodifiableList.jq_Class.java

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byUtil.Templates.UnmodifiableList.jq_Class
All Implemented Interfaces:
java.util.Collection, java.lang.Iterable, java.util.List, List.jq_Class, List.jq_Reference, List.jq_Type
Enclosing class:
UnmodifiableList

public static class UnmodifiableList.jq_Class
extends java.util.AbstractList
implements List.jq_Class


Nested Class Summary
private  class UnmodifiableList.jq_Class.Iterator
           
 
Nested classes inherited from class java.util.AbstractList
 
Field Summary
private  Clazz.jq_Class[] a
           
static UnmodifiableList.jq_Class EMPTY
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
UnmodifiableList.jq_Class(Clazz.jq_Class c)
           
UnmodifiableList.jq_Class(Clazz.jq_Class[] c)
           
UnmodifiableList.jq_Class(Clazz.jq_Class c1, Clazz.jq_Class c2)
           
UnmodifiableList.jq_Class(Clazz.jq_Class c1, Clazz.jq_Class c2, Clazz.jq_Class c3)
           
 
Method Summary
 ListIterator.jq_Class classIterator()
           
 java.lang.Object get(int index)
          Get the element at a given index in this list.
 Clazz.jq_Class getClass(int index)
           
static UnmodifiableList.jq_Class getEmptyList()
           
 Clazz.jq_Reference getReference(int index)
           
 Clazz.jq_Type getType(int index)
           
 ListIterator.jq_Reference referenceIterator()
           
 int size()
          Get the number of elements in this list.
 ListIterator.jq_Type typeIterator()
           
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray
 

Field Detail

a

private final Clazz.jq_Class[] a

EMPTY

public static final UnmodifiableList.jq_Class EMPTY
Constructor Detail

UnmodifiableList.jq_Class

public UnmodifiableList.jq_Class(Clazz.jq_Class c)

UnmodifiableList.jq_Class

public UnmodifiableList.jq_Class(Clazz.jq_Class c1,
                                 Clazz.jq_Class c2)

UnmodifiableList.jq_Class

public UnmodifiableList.jq_Class(Clazz.jq_Class c1,
                                 Clazz.jq_Class c2,
                                 Clazz.jq_Class c3)

UnmodifiableList.jq_Class

public UnmodifiableList.jq_Class(Clazz.jq_Class[] c)
Method Detail

size

public int size()
Description copied from interface: java.util.List
Get the number of elements in this list. If the list contains more than Integer.MAX_VALUE elements, return Integer.MAX_VALUE.

Specified by:
size in interface java.util.List

get

public java.lang.Object get(int index)
Description copied from interface: java.util.List
Get the element at a given index in this list.

Specified by:
get in interface java.util.List

getType

public Clazz.jq_Type getType(int index)
Specified by:
getType in interface List.jq_Type

getReference

public Clazz.jq_Reference getReference(int index)
Specified by:
getReference in interface List.jq_Reference

getClass

public Clazz.jq_Class getClass(int index)
Specified by:
getClass in interface List.jq_Class

typeIterator

public ListIterator.jq_Type typeIterator()
Specified by:
typeIterator in interface List.jq_Type

referenceIterator

public ListIterator.jq_Reference referenceIterator()
Specified by:
referenceIterator in interface List.jq_Reference

classIterator

public ListIterator.jq_Class classIterator()
Specified by:
classIterator in interface List.jq_Class

getEmptyList

public static UnmodifiableList.jq_Class getEmptyList()