Autopsy
4.7.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 173 of file History.java.
Definition at line 175 of file History.java.
T org.sleuthkit.autopsy.coreutils.History< T >.ObservableStack< T >.peek | ( | ) |
Definition at line 195 of file History.java.
T org.sleuthkit.autopsy.coreutils.History< T >.ObservableStack< T >.pop | ( | ) |
Definition at line 185 of file History.java.
void org.sleuthkit.autopsy.coreutils.History< T >.ObservableStack< T >.push | ( | T | item | ) |
Definition at line 179 of file History.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.