Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.utils.MappedList< E, F > Class Template Reference

Inherits TransformationList< E, F >.

Public Member Functions

 MappedList (ObservableList<?extends F > source, Function< F, E > mapper)
 
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
 

Detailed Description

Definition at line 19 of file MappedList.java.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

Definition at line 38 of file MappedList.java.

void org.sleuthkit.autopsy.timeline.utils.MappedList< E, F >.sourceChanged ( ListChangeListener.Change<?extends F >  c)
protected

Definition at line 43 of file MappedList.java.

Member Data Documentation

final Function<F, E> org.sleuthkit.autopsy.timeline.utils.MappedList< E, F >.mapper
private

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

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