Interface ObjectTyped<O>

Type Parameters:
O - The Java class of the associated data.
All Superinterfaces:
ScalarTyped, TokenTyped
All Known Subinterfaces:
MutableObjectTokenSequence<O>, ObjectInputField<T>, ObjectOutputField<T>, ObjectSettable<T>, ObjectTokenSequence<O>, ObjectValued<O>, ObjectValuedIterator<T>
All Known Implementing Classes:
ObjectRegister, ObjectToken, ObjectTokenList, ObjectTokenType, SparseObjectTokenList

public interface ObjectTyped<O> extends ScalarTyped
Identifies a class which is associated with Java object data.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the type of data tokens handled by the implementor.
  • Method Details