Uses of Annotation Interface
eu.bandm.tools.annotations.Opt
Packages that use Opt
Package
Description
Mathematical graph tools.
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
A modular implementation of pattern matching on arbitrary objects.
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Opt in eu.bandm.tools.graph
Methods in eu.bandm.tools.graph with annotations of type OptModifier and TypeMethodDescription@Opt Collection<? extends V>
GraphModel.neighbours
(V node) Return all nodes to which there is an edge from a given node. -
Uses of Opt in eu.bandm.tools.ops
Methods in eu.bandm.tools.ops with annotations of type OptModifier and TypeMethodDescriptionRtArraySet.any()
Get one arbitrarily chosen element and remove it.RtArraySet2.any()
Get one arbitrarily chosen element and remove it.Tuple2.get0()
Tuple4.get0()
Tuploid1.get0()
Tuple2.get1()
Tuple4.get1()
Tuploid2.get1()
Tuple4.get2()
Tuploid3.get2()
Tuple4.get3()
Tuploid4.get3()
Multisets.partialCompare
(Multiset<A> left, Multiset<A> right) returns null in case of uncomparable.static <A0> A0
Tuples.tuple
(A0 elem0) static <A0> A0
Tuples.tuple1
(A0 elem0) Method parameters in eu.bandm.tools.ops with annotations of type OptModifier and TypeMethodDescriptionstatic <A0> A0
Tuples.tuple
(A0 elem0) static <A0,
A1> Tuple2<A0, A1> Tuples.tuple
(A0 elem0, A1 elem1) static <A0,
A1> Tuple2<A0, A1> Tuples.tuple
(A0 elem0, A1 elem1) static <A0,
A1, A2> Tuple3<A0, A1, A2> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2) static <A0,
A1, A2> Tuple3<A0, A1, A2> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2) static <A0,
A1, A2> Tuple3<A0, A1, A2> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0> A0
Tuples.tuple1
(A0 elem0) static <A0,
A1> Tuple2<A0, A1> Tuples.tuple2
(A0 elem0, A1 elem1) static <A0,
A1> Tuple2<A0, A1> Tuples.tuple2
(A0 elem0, A1 elem1) static <A0,
A1, A2> Tuple3<A0, A1, A2> Tuples.tuple3
(A0 elem0, A1 elem1, A2 elem2) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple4
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple4
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple4
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple4
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) Constructor parameters in eu.bandm.tools.ops with annotations of type OptModifierConstructorDescription -
Uses of Opt in eu.bandm.tools.paisley
Method parameters in eu.bandm.tools.paisley with annotations of type OptModifier and TypeMethodDescriptionstatic <A> Pattern<A>
PrimitivePatterns.compare
(Comparator<? super A> comparator, A other, Pattern<? super Integer> body) static <A extends Comparable<? super A>>
Pattern<A>Returns a pattern that matches objects based on comparison with a given object.static <A> Pattern<A>
PrimitivePatterns.eq
(A a) Returns a pattern that matches objects identically equal to a given reference.static <A> Pattern<A>
PrimitivePatterns.equal
(A other) Returns a pattern that matches objects equal to a given reference.static <A> Pattern<A>
PrimitivePatterns.greaterThan
(Comparator<? super A> comparator, A other) static <A> Pattern<A>
PrimitivePatterns.greaterThanOrEqual
(Comparator<? super A> comparator, A other) static <A> Pattern<A>
PrimitivePatterns.lessThan
(Comparator<? super A> comparator, A other) static <A> Pattern<A>
PrimitivePatterns.lessThanOrEqual
(Comparator<? super A> comparator, A other) static <A> Pattern<A>
PrimitivePatterns.neq
(A a) Returns a pattern that matches objects not identically equal to a given reference.static <A> Pattern<A>
PrimitivePatterns.nequal
(A other) Returns a pattern that matches objects not equal to a given reference. -
Uses of Opt in eu.bandm.tools.util
Fields in eu.bandm.tools.util with annotations of type OptModifier and TypeFieldDescriptionSimpleFilePattern.inPost
The part of the input pattern after the placeholder-SimpleFilePattern.inPre
The part of the input pattern before the placeholder-SwingForester.TreeProxy.label
protected final @Opt ClassLoader
ConfigurableClassLoader.JarArchive.localLoader
The loader to which the jar file class loader delegates according to its "Class-Path" manifest entry.SimpleFilePattern.outPost
The part of the output pattern after the placeholder-SimpleFilePattern.outPre
The part of the output pattern before the placeholder-SwingForester.TreeProxy.parent
SimpleFilePattern.stem
The string matching the placeholder from the last executed call toSimpleFilePattern.match(String)
.Methods in eu.bandm.tools.util with annotations of type OptModifier and TypeMethodDescriptionDeprecated.HttpHeader.extractCookie
(String name) Return the value which is assigned to the given key in the set of all cookies.DynamicEnum.get
(int i) Returns the added item by its position number, or null if no such found.Return the value of a certain key from the html header, null in case there is no entry.protected @eu.bandm.tools.annotations.Opt byte[]
ConfigurableClassLoader.ClassSource.getClassData
(String name) Returns a byte array with all data of the class with the given name.SAX2DOMConverter.getDOMImplementation()
Delivers the system-dependent factory which will deliver the dom object, as set explicityl by a call toSAX2DOMConverter.setDOMImplementation(org.w3c.dom.DOMImplementation)
.FilenameUtils.getExtension
(File f) Returns the suffix after the last occurence of "." in the file's local name, or null if no such.FilenameUtils.getExtension
(String fn) Returns the suffix after the last occurence of ".", or null if no such.SwingForester.TreeProxy.getLabel()
SwingForester.TreeProxy.getParent()
Return the tree node one level above.SwingForester.growBranch
(TreeNode parent, @Opt String label, Object x) Generate representation for oen single object.Matches the input pattern and returns the derived output string.protected @Opt InputStream
Return an input stream which contains all data of the class with the given name.AttributeMap.remove
(NamespaceName name) EvidentEvidentFilenameUtils.replaceUniquePlaceholder
(String in, String placeholder, String replacement) Replaces in "in" the only occurence of "placeholder" by "replacement".protected static @Opt ParameterExpander.Parameter
ParameterExpander.systemParameter
(String name) Constructs a new parameter object if the given name is a valid system (= predefined) parameter name.static @Opt ParameterExpander.Parameter
ParameterExpander.userParameter
(String name) Constructs a new parameter object if the given name is a valid user parameter name.NamespaceName.validQName
(String qname) Check for validity of a qualified name and split it into its two components.Method parameters in eu.bandm.tools.util with annotations of type OptModifier and TypeMethodDescriptionprotected void
Add aSwingForester.Leaf
displaying one primitive field of an object.protected void
Add aSwingForester.Leaf
displaying one primitive field of an object.protected void
Add aSwingForester.TreeProxy
displaying an object.protected void
Add a specialized subclass ofSwingForester.LazyNode
displaying a map.protected void
Add a specialized subclass ofSwingForester.LazyNode
displaying a multimap.protected void
Add a specialized subclass ofSwingForester.LazyNode
displaying a sequence.protected void
Add a specialized subclass ofSwingForester.LazyNode
displaying a set.Deprecated.static Collection<String>
ClassProbe.findClasses
(@Opt String targetClassPath, @Opt Predicate<? super String> filter, String... roots) Find all recursive static references to classes.static Collection<String>
ClassProbe.findClasses
(@Opt String targetClassPath, @Opt Predicate<? super String> filter, String... roots) Find all recursive static references to classes.(package private) TreeNode
Generate representation for oen single object.(package private) TreeNode
Generate representation for oen single object.SwingForester.growBranch
(TreeNode parent, @Opt String label, Object x) Generate representation for oen single object.(package private) TreeNode
SwingForester.growCollection
(String constructor, @Opt TreeNode parent, @Opt String label, Collection seq) Service called by the user-defined tree rendering method: Start a subtree.(package private) TreeNode
SwingForester.growCollection
(String constructor, @Opt TreeNode parent, @Opt String label, Collection seq) Service called by the user-defined tree rendering method: Start a subtree.(package private) TreeNode
Service called by the user-defined tree rendering method: Start a subree representing a map.(package private) TreeNode
Service called by the user-defined tree rendering method: Start a subree representing a map.(package private) TreeNode
Service called by the user-defined tree rendering method: Start a subree representing a Multimap.(package private) TreeNode
Service called by the user-defined tree rendering method: Start a subree representing a Multimap.static String
FilenameUtils.replaceExtension
(File f, @Opt String e) Replace the extension by a different one, or remove it completely.static String
FilenameUtils.replaceExtension
(String fn, @Opt String e) Replace the extension by a different one, or remove it completely.Constructor parameters in eu.bandm.tools.util with annotations of type OptModifierConstructorDescriptionprotected
Only constructor.protected
Only constructor.Only constructor.Only constructor.SaxDumper
(@Opt PrintStream out) Constructor which sets the target of the print output or takes System.err in case of null.protected
Only constructor.protected
Only constructor.