ch.panter.li.bi.asn.api
Interface ListValueInfo<T>

All Known Subinterfaces:
ListValue<T>
All Known Implementing Classes:
AsnSequenceOfType

public interface ListValueInfo<T>


Method Summary
 T get(int pos)
           
 boolean isEmpty()
           
 Iterator<T> iterator()
           
 T newItem()
           
 int size()
           
 

Method Detail

isEmpty

boolean isEmpty()

size

int size()

iterator

Iterator<T> iterator()

get

T get(int pos)

newItem

T newItem()


Copyright 2007-2007 SourceForge. All Rights Reserved.