Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits SimpleListProperty< T >.
Public Member Functions | |
ObservableStack () | |
T | peek () |
T | pop () |
void | push (T item) |
A simple extension to SimpleListProperty to add a stack api
TODO: this really should not extend SimpleListProperty but should delegate to an appropriate observable implementation while implementing the Deque interface
Definition at line 176 of file History.java.
Definition at line 178 of file History.java.
T org.sleuthkit.autopsy.coreutils.History< T >.ObservableStack< T >.peek | ( | ) |
Definition at line 198 of file History.java.
T org.sleuthkit.autopsy.coreutils.History< T >.ObservableStack< T >.pop | ( | ) |
Definition at line 188 of file History.java.
void org.sleuthkit.autopsy.coreutils.History< T >.ObservableStack< T >.push | ( | T | item | ) |
Definition at line 182 of file History.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.