Class Reference

java.lang.Object
org.wildfly.clustering.marshalling.protostream.Reference
All Implemented Interfaces:
IntSupplier

public class Reference extends Object implements IntSupplier
Encapsulates an object reference.
Author:
Paul Ferraro
  • Constructor Details

    • Reference

      public Reference(int id)
      Constructs a new reference with the specified identifier.
      Parameters:
      id - a reference identifier
  • Method Details