Searched defs:store (Results 1 – 1 of 1) sorted by relevance
64 private final T store; field in FileUseMapEntry73 private FileUseMapEntry(long start, long end, @Nullable T store) { in FileUseMapEntry()102 public static <T> FileUseMapEntry<T> makeUsed(long start, long end, @Nonnull T store) { in makeUsed()