| Modifier and Type | Class and Description |
|---|---|
class |
CommonsLinkedHashSet<ELEMENTTYPE> |
| Modifier and Type | Method and Description |
|---|---|
default ICommonsOrderedSet<Map.Entry<KEYTYPE,VALUETYPE>> |
ICommonsOrderedMap.copyOfEntrySet() |
default ICommonsOrderedSet<KEYTYPE> |
ICommonsOrderedMap.copyOfKeySet() |
default <T> ICommonsOrderedSet<T> |
ICommonsOrderedSet.createInstance() |
ICommonsOrderedSet<ELEMENTTYPE> |
ICommonsOrderedSet.getClone() |
| Constructor and Description |
|---|
MultiConcurrentHashMapLinkedHashSetBased(KEYTYPE aKey,
ICommonsOrderedSet<VALUETYPE> aCollection) |
MultiHashMapLinkedHashSetBased(KEYTYPE aKey,
ICommonsOrderedSet<VALUETYPE> aCollection) |
MultiLinkedHashMapLinkedHashSetBased(KEYTYPE aKey,
ICommonsOrderedSet<VALUETYPE> aCollection) |
MultiTreeMapLinkedHashSetBased(KEYTYPE aKey,
ICommonsOrderedSet<VALUETYPE> aCollection) |
MultiWeakHashMapLinkedHashSetBased(KEYTYPE aKey,
ICommonsOrderedSet<VALUETYPE> aCollection) |
| Constructor and Description |
|---|
MultiConcurrentHashMapLinkedHashSetBased(Map<? extends KEYTYPE,? extends ICommonsOrderedSet<VALUETYPE>> aCont) |
MultiHashMapLinkedHashSetBased(Map<? extends KEYTYPE,? extends ICommonsOrderedSet<VALUETYPE>> aCont) |
MultiLinkedHashMapLinkedHashSetBased(Map<? extends KEYTYPE,? extends ICommonsOrderedSet<VALUETYPE>> aCont) |
MultiTreeMapLinkedHashSetBased(Map<? extends KEYTYPE,? extends ICommonsOrderedSet<VALUETYPE>> aCont) |
MultiWeakHashMapLinkedHashSetBased(Map<? extends KEYTYPE,? extends ICommonsOrderedSet<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedSet<String> |
MicroElement.getAllAttributeNames() |
ICommonsOrderedSet<String> |
IMicroElement.getAllAttributeNames()
Get a set of all attribute names.
|
ICommonsOrderedSet<IMicroQName> |
MicroElement.getAllAttributeQNames() |
ICommonsOrderedSet<IMicroQName> |
IMicroElement.getAllAttributeQNames()
Get a set of all attribute names.
|
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedSet<String> |
MimeTypeInfo.getAllExtensions() |
ICommonsOrderedSet<String> |
MimeTypeInfoManager.getAllExtensionsOfMimeType(IMimeType aMimeType)
Get all extensions associated to the specified mime type
|
ICommonsOrderedSet<MimeTypeInfo.ExtensionWithSource> |
MimeTypeInfo.getAllExtensionsWithSource() |
ICommonsOrderedSet<String> |
MimeTypeInfo.getAllGlobs() |
ICommonsOrderedSet<String> |
MimeTypeInfoManager.getAllGlobsOfMimeType(IMimeType aMimeType)
Get all globs (=filename patterns) associated to the specified mime type
|
ICommonsOrderedSet<IMimeType> |
MimeTypeInfoManager.getAllMimeTypes() |
ICommonsOrderedSet<IMimeType> |
MimeTypeInfoManager.getAllMimeTypesForExtension(String sExtension)
Get all mime types that are associated to the specified filename extension.
|
ICommonsOrderedSet<String> |
MimeTypeInfoManager.getAllMimeTypeStrings() |
ICommonsOrderedSet<String> |
MimeTypeInfoManager.getAllMimeTypeStringsForExtension(String sExtension)
Get all mime types that are associated to the specified filename extension.
|
ICommonsOrderedSet<String> |
MimeTypeInfo.getAllParentTypes() |
| Modifier and Type | Method and Description |
|---|---|
ICommonsOrderedSet<IThirdPartyModule> |
ThirdPartyModuleRegistry.getAllRegisteredThirdPartyModules() |
| Modifier and Type | Method and Description |
|---|---|
static ICommonsOrderedSet<Character> |
XMLCharHelper.getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion eXMLVersion,
char[] aChars) |
static ICommonsOrderedSet<Character> |
XMLCharHelper.getAllInvalidXMLCDATAChars(EXMLSerializeVersion eXMLVersion,
char[] aChars) |
static ICommonsOrderedSet<Character> |
XMLCharHelper.getAllInvalidXMLNameChars(EXMLSerializeVersion eXMLVersion,
char[] aChars) |
static ICommonsOrderedSet<Character> |
XMLCharHelper.getAllInvalidXMLTextChars(EXMLSerializeVersion eXMLVersion,
char[] aChars) |
Copyright © 2014–2016 Philip Helger. All rights reserved.