hep.ilc.marlin.adapter.lcsim
Class LCCollectionImplementation
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Object>
hep.ilc.marlin.adapter.lcsim.LCCollectionImplementation
- All Implemented Interfaces:
- Iterable<Object>, Collection<Object>, List<Object>
public class LCCollectionImplementation
- extends AbstractList<Object>
Methods inherited from class java.util.AbstractList |
add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
LCCollectionImplementation
public LCCollectionImplementation(LCCollection c,
String name,
org.lcsim.event.EventHeader e)
get
public Object get(int index)
- Specified by:
get
in interface List<Object>
- Specified by:
get
in class AbstractList<Object>
size
public int size()
- Specified by:
size
in interface Collection<Object>
- Specified by:
size
in interface List<Object>
- Specified by:
size
in class AbstractCollection<Object>
add
public boolean add(Object o)
- Specified by:
add
in interface Collection<Object>
- Specified by:
add
in interface List<Object>
- Overrides:
add
in class AbstractList<Object>
equals
public boolean equals(Object o)
- Specified by:
equals
in interface Collection<Object>
- Specified by:
equals
in interface List<Object>
- Overrides:
equals
in class AbstractList<Object>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Collection<Object>
- Specified by:
hashCode
in interface List<Object>
- Overrides:
hashCode
in class AbstractList<Object>
Copyright © 2000-2007 FreeHEP. All Rights Reserved.