|
Autopsy
4.22.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 | getViewIndex (int index) |
| int | size () |
Protected Member Functions | |
| void | sourceChanged (ListChangeListener.Change<?extends F > c) |
Private Attributes | |
| final Function< F, E > | mapper |
Maps an observable list of type E to an observable list of type F.
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 >.getViewIndex | ( | int | index | ) |
Definition at line 116 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-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.