T - The type of elements in the container.public interface IContainer64<T>
| Modifier and Type | Method and Description |
|---|---|
void |
Clear()
Erases all of the sequence's elements.
|
long |
MaxSize()
Gets the sequence's maximum possible size.
|
long |
Size()
Gets the number of elements contained in the sequence.
|
java.lang.Class<T> |
Type()
Returns the type of the elements in the container.
|
long Size()
long MaxSize()
void Clear()
java.lang.Class<T> Type()
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.