| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nodal.util.LongSeqUtil
A utility class for providing the LongSeq interface to a variety of sources.
| Constructor Summary | |
LongSeqUtil()
 | 
|
| Method Summary | |
static LongSeq | 
create(long i)
Create a LongSeq interface for a single int..  | 
static LongSeq | 
create(long[] a)
Create an LongSeq interface for an long[] array.  | 
static LongSeq | 
create(java.lang.Number n)
Create an LongSeq interface wrapper around Number (sequence of one).  | 
static LongSeq | 
create(java.lang.Object v)
Create an LongSeq interface for an arbitrary Object.  | 
static LongSeq | 
create(java.util.Vector v)
Create an LongSeq interface for a Vector.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public LongSeqUtil()
| Method Detail | 
public static final LongSeq create(java.lang.Object v)
                            throws ConstraintFailure
ConstraintFailurepublic static final LongSeq create(long[] a)
public static final LongSeq create(java.util.Vector v)
                            throws TypeConstraintFailure
Tested on creation for validity.
TypeConstraintFailurepublic static final LongSeq create(long i)
public static final LongSeq create(java.lang.Number n)
                            throws TypeConstraintFailure
TypeConstraintFailure
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||