public interface IsDictionary<SOURCE,TARGET>
| Modifier and Type | Method and Description |
|---|---|
de.vandermeer.skb.base.Skb_Pair<SOURCE,TARGET> |
getPair4Source(SOURCE source)
Returns all pairs of target/source translation that contain a specified source.
|
de.vandermeer.skb.base.Skb_Pair<SOURCE,TARGET> |
getPair4Target(TARGET target)
Returns all pairs of target/source translation that contain a specified target.
|
List<de.vandermeer.skb.base.Skb_Pair<SOURCE,TARGET>> |
getTranslations()
Returns a list of all translations of the dictionary.
|
Collection<SOURCE> |
toAllSources(TARGET target)
Returns all known translations for a given target.
|
Collection<TARGET> |
toAllTargets(SOURCE source)
Returns all known translations for a given source.
|
SOURCE |
toSource(TARGET target)
Returns a translation from target to source, or null if none found.
|
TARGET |
toTarget(SOURCE source)
Returns a translation from source to target, or null if none found.
|
SOURCE toSource(TARGET target)
target - object to be translatedTARGET toTarget(SOURCE source)
source - object to be translatedCollection<SOURCE> toAllSources(TARGET target)
target - object to be translatedCollection<TARGET> toAllTargets(SOURCE source)
source - object to be translatedde.vandermeer.skb.base.Skb_Pair<SOURCE,TARGET> getPair4Target(TARGET target)
target - filter objectde.vandermeer.skb.base.Skb_Pair<SOURCE,TARGET> getPair4Source(SOURCE source)
source - filter objectCopyright © 2010–2015. All rights reserved.