net.java.slee.resource.diameter.base.events.avp
Class AvpList

java.lang.Object
  extended by java.util.concurrent.CopyOnWriteArrayList<DiameterAvp>
      extended by net.java.slee.resource.diameter.base.events.avp.AvpList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<DiameterAvp>, java.util.Collection<DiameterAvp>, java.util.List<DiameterAvp>, java.util.RandomAccess

public class AvpList
extends java.util.concurrent.CopyOnWriteArrayList<DiameterAvp>

See Also:
Serialized Form

Constructor Summary
AvpList()
           
 
Method Summary
 DiameterAvp getByCode(int code)
           
 
Methods inherited from class java.util.concurrent.CopyOnWriteArrayList
add, add, addAll, addAll, addAllAbsent, addIfAbsent, clear, clone, contains, containsAll, equals, get, hashCode, indexOf, indexOf, isEmpty, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AvpList

public AvpList()
Method Detail

getByCode

public DiameterAvp getByCode(int code)


Copyright © 2008. All Rights Reserved.