Class TypedArr

java.lang.Object
  |
  +--TypedArr
All Implemented Interfaces:
net.jini.core.entry.Entry, java.io.Serializable
Direct Known Subclasses:
DoubleArr, StridedArr

public class TypedArr
extends java.lang.Object
implements net.jini.core.entry.Entry

See Also:
Serialized Form

Field Summary
 java.lang.Object arr
           
 java.lang.Integer from
           
 java.lang.Integer to
           
 
Constructor Summary
TypedArr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arr

public java.lang.Object arr

from

public java.lang.Integer from

to

public java.lang.Integer to
Constructor Detail

TypedArr

public TypedArr()