Autopsy
4.12.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-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.