public final class SignatureMappings extends Object
Modifier and Type | Method and Description |
---|---|
static Collection<SignatureMapping> |
purgeMappings(Collection<SignatureMapping> mappings)
Returns a collection of signatures mappings with redundant signature mappings removed.
|
static Collection<SignatureMapping> |
purgeMappings(Collection<SignatureMapping> mappings,
Collection<String> args)
Returns a collection of signatures mappings with redundant signature mappings removed.
|
static Collection<SignatureMapping> |
purgeMappingsFirstParam(Collection<SignatureMapping> mappings)
Returns a collection of signatures mappings with redundant signature mappings removed,
with respect only to the type of the first parameter.
|
public static Collection<SignatureMapping> purgeMappings(Collection<SignatureMapping> mappings)
mappings
- public static Collection<SignatureMapping> purgeMappings(Collection<SignatureMapping> mappings, Collection<String> args)
mappings
- args
- a collection of argument namespublic static Collection<SignatureMapping> purgeMappingsFirstParam(Collection<SignatureMapping> mappings)
mappings
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.