Sleuth Kit Java Bindings (JNI)
4.12.1
Java bindings for using The Sleuth Kit
|
Public Member Functions | |
boolean | equals (Object other) |
AccountDeviceInstance | getFirst () |
AccountDeviceInstance | getSecond () |
int | hashCode () |
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.
boolean org.sleuthkit.datamodel.AccountPair.equals | ( | Object | other | ) |
Definition at line 62 of file AccountPair.java.
References org.sleuthkit.datamodel.AccountDeviceInstance.equals().
AccountDeviceInstance org.sleuthkit.datamodel.AccountPair.getFirst | ( | ) |
Get the first AccountDeviceInstance. First doesn't imply order and is simply used to distinguish the two accounts.
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.
Definition at line 47 of file AccountPair.java.
int org.sleuthkit.datamodel.AccountPair.hashCode | ( | ) |
Definition at line 57 of file AccountPair.java.
References org.sleuthkit.datamodel.AccountDeviceInstance.hashCode().
Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.