Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.coreutils.History< T >.ObservableStack< T > Class Template Reference

Inherits SimpleListProperty< T >.

Public Member Functions

 ObservableStack ()
 
peek ()
 
pop ()
 
void push (T item)
 

Detailed Description

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.

Constructor & Destructor Documentation

Definition at line 178 of file History.java.

Member Function Documentation

Definition at line 198 of file History.java.

Definition at line 188 of file History.java.

Definition at line 182 of file History.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.