harpoon.Analysis.Maps
Class ExactTypeMap.ExactType

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList
          extended by harpoon.Analysis.Maps.ExactTypeMap.ExactType
All Implemented Interfaces:
Serializable, Iterable, Collection, List
Enclosing interface:
ExactTypeMap<HCE extends HCodeElement>

public static class ExactTypeMap.ExactType
extends AbstractList
implements Serializable

Implementors of ExactTypeMap will probably find this pair type useful.

See Also:
Serialized Form

Field Summary
 boolean isExact
           
 HClass type
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ExactTypeMap.ExactType(HClass type, boolean isExact)
           
 
Method Summary
 Object get(int index)
           
 int size()
           
 
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
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Field Detail

type

public final HClass type

isExact

public final boolean isExact
Constructor Detail

ExactTypeMap.ExactType

public ExactTypeMap.ExactType(HClass type,
                              boolean isExact)
Method Detail

size

public int size()
Specified by:
size in interface Collection
Specified by:
size in interface List
Specified by:
size in class AbstractCollection

get

public Object get(int index)
Specified by:
get in interface List
Specified by:
get in class AbstractList