Class NTriplesUtil.TripleMatch

  • Enclosing class:
    NTriplesUtil

    static class NTriplesUtil.TripleMatch
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int length  
      (package private) Triple triple  
    • Constructor Summary

      Constructors 
      Constructor Description
      TripleMatch​(Triple triple, int length)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • length

        int length
    • Constructor Detail

      • TripleMatch

        TripleMatch​(Triple triple,
                    int length)