Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits TransformationList< E, F >.
Public Member Functions | |
MappedList (ObservableList<?extends F > source, Function< F, E > mapper) | |
E | get (int index) |
int | getSourceIndex (int index) |
int | size () |
Protected Member Functions | |
void | sourceChanged (ListChangeListener.Change<?extends F > c) |
Private Attributes | |
final Function< F, E > | mapper |
Definition at line 19 of file MappedList.java.
org.sleuthkit.autopsy.timeline.utils.MappedList< E, F >.MappedList | ( | ObservableList<?extends F > | source, |
Function< F, E > | mapper | ||
) |
Definition at line 22 of file MappedList.java.
E org.sleuthkit.autopsy.timeline.utils.MappedList< E, F >.get | ( | int | index | ) |
Definition at line 33 of file MappedList.java.
int org.sleuthkit.autopsy.timeline.utils.MappedList< E, F >.getSourceIndex | ( | int | index | ) |
Definition at line 28 of file MappedList.java.
int org.sleuthkit.autopsy.timeline.utils.MappedList< E, F >.size | ( | ) |
Definition at line 38 of file MappedList.java.
|
protected |
Definition at line 43 of file MappedList.java.
|
private |
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.