public class AffixCollection extends MappedCollection<String,String>
| Constructor and Description |
|---|
AffixCollection(Collection<String> coll,
String suffix)
append a given suffix to every element of the input collection.
|
AffixCollection(Collection<String> coll,
String affix,
eu.dnetlib.miscutils.collections.AffixCollection.Position position)
add a given affix to every element of the input collection, either as prefix or suffix.
|
iterator, listMap, listMap, map, mapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic AffixCollection(Collection<String> coll, String suffix)
coll - suffix - public AffixCollection(Collection<String> coll, String affix, eu.dnetlib.miscutils.collections.AffixCollection.Position position)
coll - affix - position - Copyright © 2018. All rights reserved.