Class DisableGraphAttributeImpl

    • Method Summary

      Modifier and Type Method Description
      void clear()  
      void copyTo​(org.apache.lucene.util.AttributeImpl target)  
      void reflectWith​(org.apache.lucene.util.AttributeReflector reflector)  
      • Methods inherited from class org.apache.lucene.util.AttributeImpl

        clone, end, reflectAsString
      • Methods inherited from class java.lang.Object

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

      • DisableGraphAttributeImpl

        public DisableGraphAttributeImpl()
    • Method Detail

      • clear

        public void clear()
        Specified by:
        clear in class org.apache.lucene.util.AttributeImpl
      • reflectWith

        public void reflectWith​(org.apache.lucene.util.AttributeReflector reflector)
        Specified by:
        reflectWith in class org.apache.lucene.util.AttributeImpl
      • copyTo

        public void copyTo​(org.apache.lucene.util.AttributeImpl target)
        Specified by:
        copyTo in class org.apache.lucene.util.AttributeImpl