public class Entry extends Object
Entry
is a StringList
which can
optionally be mapped to attributes.
Entry
s is a read and written by the DictionaryEntryPersistor
.DictionaryEntryPersistor
,
Attributes
Constructor and Description |
---|
Entry(StringList tokens,
Attributes attributes)
Initializes the current instance.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
getAttributes()
Retrieves the
Attributes . |
StringList |
getTokens()
Retrieves the tokens.
|
public Entry(StringList tokens, Attributes attributes)
tokens
- attributes
- public StringList getTokens()
public Attributes getAttributes()
Attributes
.Attributes
Copyright © 2020 The Apache Software Foundation. All rights reserved.