Uses of Interface
org.eclipse.jgit.internal.util.Optionally
Packages that use Optionally
Package
Description
File based repository storage.
-
Uses of Optionally in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return OptionallyModifier and TypeMethodDescriptionprotected <T> Optionally<T>Pack.optionally(T element) Wrap the reference in an Optionally -
Uses of Optionally in org.eclipse.jgit.internal.util
Classes in org.eclipse.jgit.internal.util that implement OptionallyModifier and TypeClassDescriptionstatic classA permanently empty Optionallystatic classA permanent(hard) reference to an objectstatic classA SoftReference OptionallyFields in org.eclipse.jgit.internal.util declared as OptionallyModifier and TypeFieldDescriptionstatic final Optionally<?>Optionally.EMPTYThe empty OptionallyMethods in org.eclipse.jgit.internal.util that return OptionallyModifier and TypeMethodDescriptionstatic <T> Optionally<T>Optionally.empty()Get empty Optionally