Class MaxFacet

  • All Implemented Interfaces:
    Facet

    public class MaxFacet
    extends java.lang.Object
    implements Facet
    Author:
    Marcel Valovy - marcel.valovy@oracle.com
    Since:
    2.6
    • Constructor Summary

      Constructors 
      Constructor Description
      MaxFacet​(long value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R,​P>
      R
      accept​(FacetVisitor<R,​P> visitor, P p)  
      long getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaxFacet

        public MaxFacet​(long value)
    • Method Detail

      • getValue

        public long getValue()
      • accept

        public <R,​P> R accept​(FacetVisitor<R,​P> visitor,
                                    P p)
        Specified by:
        accept in interface Facet