|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.vostok.lang.PriorityList
org.vostok.glob.PriorityGlobList
public class PriorityGlobList
a PriorityGlobList is a specialised PriorityList to work with glob object. to create new entry, you should use static.createEntry format of an entry : entry.key : a key, entry.value : a Glob object.
Field Summary |
---|
Fields inherited from class org.vostok.lang.PriorityList |
---|
array, DEFAULT_GROW_STEP, DEFAULT_ITEM_RELOCATION_DEPRECIATION, DEFAULT_PRIORITY_ZONE, DEFAULT_PRIORITY_ZONE_DEPRECIATION, DEFAULT_SIZE, growStep, initialPriorityZone, initialSize, itemDepreciation, priorityDepreciation, priorityZone, size |
Constructor Summary | |
---|---|
PriorityGlobList()
|
Method Summary | |
---|---|
static org.vostok.lang.Entry |
createEntry(java.lang.String key,
java.lang.String pattern)
convenience method, will return an entry fully compatible. |
org.vostok.lang.Entry |
matchfile(java.lang.String data)
found a match for "data" |
Methods inherited from class org.vostok.lang.PriorityList |
---|
add, add, addAll, clear, contains, containsAll, find, find, find, findPosition, findPosition, isEmpty, iterator, remove, removeAll, removeByKey, retainAll, size, toArray, toArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Collection |
---|
equals, hashCode |
Constructor Detail |
---|
public PriorityGlobList()
Method Detail |
---|
public static org.vostok.lang.Entry createEntry(java.lang.String key, java.lang.String pattern) throws java.util.regex.PatternSyntaxException
key
- key to associace with the patternpattern
-
java.util.regex.PatternSyntaxException
public org.vostok.lang.Entry matchfile(java.lang.String data)
data
- source data to look against
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |