public class AppLabelSet extends HashSet<AppLabelAtom>
コンストラクタと説明 |
---|
AppLabelSet() |
修飾子とタイプ | メソッドと説明 |
---|---|
AppLabelAtom |
getApplicationLabel(String application,
String version)
Returns a application label that matches specified condition,
or null if all labels not matched.
|
Set<String> |
getAppNames()
Returns a Set of the app name strings contained in this set.
|
Set<String> |
getAppVersions(String appName)
Returns a Set of the app version strings contained in this set.
|
List<String> |
getSortedAppVersions(String appName)
Returns the version list sorted in DESC.
|
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public Set<String> getAppNames()
public Set<String> getAppVersions(String appName)
appName
- The application name for which you want to obtain the version list.public List<String> getSortedAppVersions(String appName)
appName
- The application name for which you want to obtain the version list.public AppLabelAtom getApplicationLabel(String application, String version)
application
- The name of application such as "Xcode", "Unity".version
- Application version.Copyright © 2016–2022. All rights reserved.