pt.ist.fenixframework.core.adt.bplustree
Class AbstractNodeArray<T extends AbstractDomainObject>
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.adt.bplustree.AbstractNodeArray_Base
pt.ist.fenixframework.core.adt.bplustree.AbstractNodeArray<T>
- All Implemented Interfaces:
- Serializable, Iterable, DomainObject
- Direct Known Subclasses:
- InnerNodeArray_Base, LeafNodeArray_Base
public abstract class AbstractNodeArray<T extends AbstractDomainObject>
- extends AbstractNodeArray_Base
- implements Iterable
The keys comparison function should be consistent with equals.
- See Also:
- Serialized Form
AbstractNodeArray
public AbstractNodeArray()
externalizeArrays
public static Serializable externalizeArrays(DoubleArray array)
internalizeArrays
public static DoubleArray internalizeArrays(Serializable externalizedArray)
Copyright © 2013. All Rights Reserved.