Autopsy  4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.FileSearch.HashHitsGroupKey Class Reference

Inherits org.sleuthkit.autopsy.discovery.FileSearch.GroupKey.

Public Member Functions

int compareTo (GroupKey otherGroupKey)
 
boolean equals (Object otherKey)
 
int hashCode ()
 
String toString ()
 

Private Attributes

final List< String > hashSetNames
 
final String hashSetNamesString
 

Detailed Description

Key representing a hash hits group

Definition at line 1651 of file FileSearch.java.

Member Function Documentation

int org.sleuthkit.autopsy.discovery.FileSearch.HashHitsGroupKey.compareTo ( GroupKey  otherGroupKey)

Definition at line 1674 of file FileSearch.java.

boolean org.sleuthkit.autopsy.discovery.FileSearch.HashHitsGroupKey.equals ( Object  otherKey)

Definition at line 1696 of file FileSearch.java.

int org.sleuthkit.autopsy.discovery.FileSearch.HashHitsGroupKey.hashCode ( )

Definition at line 1710 of file FileSearch.java.

String org.sleuthkit.autopsy.discovery.FileSearch.GroupKey.toString ( )
inherited

Definition at line 938 of file FileSearch.java.

Member Data Documentation

final List<String> org.sleuthkit.autopsy.discovery.FileSearch.HashHitsGroupKey.hashSetNames
private

Definition at line 1653 of file FileSearch.java.

final String org.sleuthkit.autopsy.discovery.FileSearch.HashHitsGroupKey.hashSetNamesString
private

Definition at line 1654 of file FileSearch.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.