Autopsy  4.8.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 173 of file History.java.

Constructor & Destructor Documentation

Definition at line 175 of file History.java.

Member Function Documentation

Definition at line 195 of file History.java.

Definition at line 185 of file History.java.

Definition at line 179 of file History.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Thu Oct 4 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.