Class InternalCDOView.ViewAndState

  • Enclosing interface:
    InternalCDOView

    public static final class InternalCDOView.ViewAndState
    extends java.lang.Object
    Optimizes the storage of CDOObject.cdoView() and CDOObject.cdoState(). All objects of a view share a small number of CDOState literals, so they are moved into a final AbstractCDOView.viewAndStates array. For the TRANSIENT state, where there is no view associated with a CDOObject, this class maintains a static VIEW_AND_STATES array.
    Since:
    4.2
    Author:
    Eike Stepper