Go to the documentation of this file.
19package org.sleuthkit.autopsy.geolocation.datamodel;
21import java.util.ArrayList;
23import org.python.google.common.collect.ImmutableList;
31 private final List<T>
items =
new ArrayList<>();
52 this.items.addAll(
items);
82 return ImmutableList.copyOf(
items);
boolean successfullyParsed
GeoLocationParseResult(List< T > items, boolean successfullyParsed)
void add(GeoLocationParseResult< T > toAdd)
boolean isSuccessfullyParsed()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.