Sleuth Kit Java Bindings (JNI)  4.6
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.AccountPair Class Reference

Public Member Functions

boolean equals (Object other)
 
AccountDeviceInstance getFirst ()
 
AccountDeviceInstance getSecond ()
 
int hashCode ()
 

Detailed Description

Class representing an unordered pair of account device instances. <a,b> is same as <b,a>. First and second are used to distinguish the two accounts, but do not imply an order.

Definition at line 26 of file AccountPair.java.

Member Function Documentation

boolean org.sleuthkit.datamodel.AccountPair.equals ( Object  other)
AccountDeviceInstance org.sleuthkit.datamodel.AccountPair.getFirst ( )

Get the first AccountDeviceInstance. First doesn't imply order and is simply used to distinguish the two accounts.

Returns
The first AccountDeviceInstance.

Definition at line 37 of file AccountPair.java.

AccountDeviceInstance org.sleuthkit.datamodel.AccountPair.getSecond ( )

Get the second AccountDeviceInstance. Second doesn't imply order and is simply used to distinguish the two accounts.

Returns
The second AccountDeviceInstance.

Definition at line 47 of file AccountPair.java.

int org.sleuthkit.datamodel.AccountPair.hashCode ( )

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

Copyright © 2011-2018 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.