jwutil.collections
Class TuplesArray.S4

java.lang.Object
  extended by java.util.AbstractCollection
      extended by jwutil.collections.Tuples
          extended by jwutil.collections.TuplesArray
              extended by jwutil.collections.TuplesArray.S4
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, Tuples.Interface, Tuples.S4
Enclosing class:
TuplesArray

public static class TuplesArray.S4
extends TuplesArray
implements Tuples.S4


Nested Class Summary
 
Nested classes/interfaces inherited from class jwutil.collections.TuplesArray
TuplesArray.S1, TuplesArray.S2, TuplesArray.S3, TuplesArray.S4
 
Nested classes/interfaces inherited from class jwutil.collections.Tuples
Tuples.Interface
 
Field Summary
 
Fields inherited from class jwutil.collections.TuplesArray
num, tuples, tupleSize
 
Constructor Summary
TuplesArray.S4(int estSize)
           
 
Method Summary
 int add(int a, int b, int c, int d)
           
 
Methods inherited from class jwutil.collections.TuplesArray
add, grow, size, tupleIterator, tupleSize
 
Methods inherited from class jwutil.collections.Tuples
dump, dump, iterator, toString
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jwutil.collections.Tuples.Interface
dump, dump, isEmpty, size, tupleIterator
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

TuplesArray.S4

public TuplesArray.S4(int estSize)
Method Detail

add

public int add(int a,
               int b,
               int c,
               int d)
Specified by:
add in interface Tuples.S4


Copyright © 2004-2008 SUIF Compiler Group. All Rights Reserved.