Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.GroupKey Class Referenceabstract

Inherits Comparable< GroupKey >.

Inherited by org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.DataSourceGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.DomainCategoryGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.FileSizeGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.FileTagGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.FileTypeGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.FirstActivityDateGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.FrequencyGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.HashHitsGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.InterestingItemGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.KeywordListGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.LastActivityDateGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.NoGroupingGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.ObjectDetectedGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.PageViewsGroupKey, org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.ParentPathGroupKey, and org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.PreviouslyNotableGroupKey.

Public Member Functions

abstract boolean equals (Object otherKey)
 
abstract int hashCode ()
 
String toString ()
 

Detailed Description

The key used for grouping for each attribute type.

Definition at line 211 of file DiscoveryKeyUtils.java.

Member Function Documentation

abstract boolean org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.GroupKey.equals ( Object  otherKey)
abstract

Subclasses must implement equals().

Parameters
otherKeyThe GroupKey to compare to this key.
Returns
true if the keys are equal, false otherwise
abstract int org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.GroupKey.hashCode ( )
abstract

Subclasses must implement hashCode().

Returns
The hash code for the GroupKey.
String org.sleuthkit.autopsy.discovery.search.DiscoveryKeyUtils.GroupKey.toString ( )

Definition at line 253 of file DiscoveryKeyUtils.java.


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

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