| Package | Description |
|---|---|
| edu.mit.jwi.item |
Provides classes and interfaces that represent the Wordnet data structures.
|
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.ver16 |
static Version |
Version.ver17 |
static Version |
Version.ver171 |
static Version |
Version.ver20 |
static Version |
Version.ver21 |
static Version |
Version.ver21swn_10k |
static Version |
Version.ver21swn_20k |
static Version |
Version.ver21swn_30k |
static Version |
Version.ver21swn_400k_cropped |
static Version |
Version.ver21swn_400k_full |
static Version |
Version.ver21swn_40k |
static Version |
Version.ver30 |
static Version |
Version.ver31 |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.extractVersion(IContentType<?> type,
ByteBuffer buffer)
Extracts a version object from a byte buffer that contains data with the
specified content type.
|
static Version |
Version.getVersion(int major,
int minor,
int bugfix)
Creates and caches, or retrieves from the cache, a version object
corresponding to the specified numbers.
|
static Version |
Version.getVersion(int major,
int minor,
int bugfix,
String qualifier)
Creates and caches, or retrieves from the cache, a version object
corresponding to the specified numbers.
|
static Version |
Version.parseVersion(CharSequence verStr)
Tries to transform the specified character sequence into a version
object.
|
static Version |
Version.parseVersionProtected(CharSequence verStr)
Tries to transform the specified character sequence into a version
object.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Version> |
Version.values()
Emulates the Enum.values() function.
|
Copyright © 2018. All rights reserved.