- FastCompare() - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
-
Creates an empty instance with no initial capacity.
- FastCompare(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
-
Creates an empty instance with the given capacity.
- FastCompare(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
-
Creates an instance that is a copy of the collection.
- FastCompare() - Constructor for class org.eclipse.emf.common.util.UniqueEList.FastCompare
-
Creates an empty instance with no initial capacity.
- FastCompare(int) - Constructor for class org.eclipse.emf.common.util.UniqueEList.FastCompare
-
Creates an empty instance with the given capacity.
- FastCompare(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.UniqueEList.FastCompare
-
Creates an instance that is a copy of the collection, with duplicates removed.
- FILE_BASE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
-
The base URI for file scheme URIs.
- FILE_BASE_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
-
The hash code of the base URI for file scheme URIs.
- FILE_BASE_LENGTH - Static variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
-
The length of the base URI for file scheme URIs.
- FILE_EXTENSION_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
-
- FileAccessUnit(URI.URIPool.FileAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
-
Creates an instance managed by the given queue.
- fileAccessUnits - Variable in class org.eclipse.emf.common.util.URI.URIPool
-
Access units for file URI string-based access.
- fileExtension() - Method in class org.eclipse.emf.common.util.URI
-
If this is a hierarchical URI whose path includes a file extension,
that file extension is returned; null otherwise.
- fileExtension() - Method in class org.eclipse.emf.common.util.URI.Fragment
-
- fileExtension() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
-
- findHashCode - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
-
- findMajorSeparator(int, String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
-
- findRelativePath(URI, boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
-
- findSegmentEnd(int, String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
-
- findTerminatingCharacter - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
-
- firstInvalidSegment(String[]) - Static method in class org.eclipse.emf.common.util.URI
-
- firstSegment() - Method in class org.eclipse.emf.common.util.SegmentSequence
-
Returns the first segment of the segment sequence, or null if there are no segments.
- fix(URL, String) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
-
- flags - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
-
Bit flags for the results of all the boolean no-argument methods.
- flush() - Method in class org.eclipse.emf.common.command.BasicCommandStack
-
- flush() - Method in interface org.eclipse.emf.common.command.CommandStack
-
Disposes all the commands in the stack.
- flushCachedString() - Method in class org.eclipse.emf.common.util.URI
-
- flushCachedString() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
-
- flushCachedString() - Method in class org.eclipse.emf.common.util.URI.Opaque
-
- fragment() - Method in class org.eclipse.emf.common.util.URI
-
If this URI has a fragment component, returns it; null otherwise.
- Fragment(int, URI, CharSequence) - Constructor for class org.eclipse.emf.common.util.URI.Fragment
-
Creates an instance from the components.
- fragment - Variable in class org.eclipse.emf.common.util.URI.Fragment
-
The representation of the fragment.
- fragment() - Method in class org.eclipse.emf.common.util.URI.Fragment
-
- FRAGMENT_FIRST_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
-
When specified as the last argument to
createURI, indicates that the first
# character should be taken as
the fragment separator, and any others should be encoded.
- FRAGMENT_LAST_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
-
When specified as the last argument to
createURI, indicates that the last
# character should be taken as
the fragment separator, and any others should be encoded.
- FRAGMENT_NONE - Static variable in class org.eclipse.emf.common.util.URI
-
When specified as the last argument to
createURI, indicates that there is no fragment, so any
# characters
should be encoded.
- FRAGMENT_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
-