Class CopyMoveAttackDetection2.fraud_pair_item

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String key  
      (package private) int valueLength  
    • Constructor Summary

      Constructors 
      Constructor Description
      fraud_pair_item​(java.lang.String key, int valueLength)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      int getValueLength()  
      • Methods inherited from class java.lang.Object

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

      • key

        java.lang.String key
      • valueLength

        int valueLength
    • Constructor Detail

      • fraud_pair_item

        public fraud_pair_item​(java.lang.String key,
                               int valueLength)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getValueLength

        public int getValueLength()