- AbstractApplyXslt<K> - Class in eu.dnetlib.miscutils.functional.xml
-
This function applies a stylesheet to something which can be transformed to a javax.xml.Source.
- AbstractApplyXslt(Resource) - Constructor for class eu.dnetlib.miscutils.functional.xml.AbstractApplyXslt
-
- AbstractApplyXslt(Resource, Map<String, String>) - Constructor for class eu.dnetlib.miscutils.functional.xml.AbstractApplyXslt
-
- AbstractApplyXslt(String) - Constructor for class eu.dnetlib.miscutils.functional.xml.AbstractApplyXslt
-
- AbstractApplyXslt(String, String) - Constructor for class eu.dnetlib.miscutils.functional.xml.AbstractApplyXslt
-
- AbstractApplyXslt(String, String, Map<String, String>) - Constructor for class eu.dnetlib.miscutils.functional.xml.AbstractApplyXslt
-
- AbstractApplyXslt(Source) - Constructor for class eu.dnetlib.miscutils.functional.xml.AbstractApplyXslt
-
- AbstractApplyXslt(Source, String) - Constructor for class eu.dnetlib.miscutils.functional.xml.AbstractApplyXslt
-
- AbstractApplyXslt(Source, String, Map<String, String>) - Constructor for class eu.dnetlib.miscutils.functional.xml.AbstractApplyXslt
-
Base method for all the others.
- accept(V) - Method in class eu.dnetlib.miscutils.hstree.TreeNode
-
- add(E) - Method in class eu.dnetlib.miscutils.collections.BloomFilter
-
Adds an object to the Bloom filter.
- add(byte[]) - Method in class eu.dnetlib.miscutils.collections.BloomFilter
-
Adds an array of bytes to the Bloom filter.
- addAll(Collection<? extends E>) - Method in class eu.dnetlib.miscutils.collections.BloomFilter
-
Adds all elements from a Collection to the Bloom filter.
- addChild(N) - Method in class eu.dnetlib.miscutils.hstree.TreeNode
-
Call this method to add a child node.
- AffixCollection - Class in eu.dnetlib.miscutils.collections
-
This is a utility class which helps you append suffixes or prefixes to a collection of strings.
- AffixCollection(Collection<String>, String) - Constructor for class eu.dnetlib.miscutils.collections.AffixCollection
-
append a given suffix to every element of the input collection.
- AffixCollection(Collection<String>, String, AffixCollection.Position) - Constructor for class eu.dnetlib.miscutils.collections.AffixCollection
-
add a given affix to every element of the input collection, either as prefix or suffix.
- appendChild(N) - Method in class eu.dnetlib.miscutils.hstree.TreeNode
-
This method is especially useful for leaf nodes when you want to append several children to the same parent node,
without having to declare a temporary variable to hold the parent node (which could have long and ugly type)
- apply(String) - Static method in class eu.dnetlib.miscutils.functional.xml.IndentXmlString
-
Static helper Apply.
- apply(Document) - Static method in class eu.dnetlib.miscutils.functional.xml.IndentXmlString
-
Static helper Apply.
- ApplyXslt - Class in eu.dnetlib.miscutils.functional.xml
-
Applies a stylesheet to a XML string and returns an XML string.
- ApplyXslt(Resource) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXslt
-
- ApplyXslt(Source, String) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXslt
-
- ApplyXslt(Source) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXslt
-
- ApplyXslt(String, String) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXslt
-
- ApplyXslt(String) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXslt
-
- ApplyXslt(Resource, Map<String, String>) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXslt
-
- ApplyXslt(Source, String, Map<String, String>) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXslt
-
- ApplyXslt(String, String, Map<String, String>) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXslt
-
- ApplyXsltDom - Class in eu.dnetlib.miscutils.functional.xml
-
Applies a stylesheet to a XML DOM and returns an XML string.
- ApplyXsltDom(Resource) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom
-
- ApplyXsltDom(Source, String) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom
-
- ApplyXsltDom(Source) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom
-
- ApplyXsltDom(String, String) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom
-
- ApplyXsltDom(String) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom
-
- ApplyXsltDom(Resource, Map<String, String>) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom
-
- ApplyXsltDom(Source, String, Map<String, String>) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom
-
- ApplyXsltDom(String, String, Map<String, String>) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom
-
- ApplyXsltDom4j - Class in eu.dnetlib.miscutils.functional.xml
-
Applies a stylesheet to a XML DOM4j and returns an XML string.
- ApplyXsltDom4j(Resource) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom4j
-
- ApplyXsltDom4j(Source, String) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom4j
-
- ApplyXsltDom4j(Source) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom4j
-
- ApplyXsltDom4j(String, String) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom4j
-
- ApplyXsltDom4j(String) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom4j
-
- ApplyXsltDom4j(Resource, Map<String, String>) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom4j
-
- ApplyXsltDom4j(Source, String, Map<String, String>) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom4j
-
- ApplyXsltDom4j(String, String, Map<String, String>) - Constructor for class eu.dnetlib.miscutils.functional.xml.ApplyXsltDom4j
-
- approximately(CharSequence) - Static method in class eu.dnetlib.miscutils.datetime.HumanTime
-
Parses and formats the given char sequence, potentially removing some data to make the output easier to
understand.
- approximately(long) - Static method in class eu.dnetlib.miscutils.datetime.HumanTime
-
Formats the given time delta, preserving all data.
- asMap(V[]) - Method in class eu.dnetlib.miscutils.collections.PositionalMapGenerator
-
Positionally map the input array with the configured keys.
- autoChildNodeType(Class<? extends TreeNode>) - Method in class eu.dnetlib.miscutils.hstree.TreeNode
-
For the curious, this method takes care of retrieving the runtime type information for the tree node element
declared for children nodes.
- Cache<K,V> - Interface in eu.dnetlib.miscutils.cache
-
Deprecated.
- CacheElement<T> - Class in eu.dnetlib.miscutils.cache
-
Deprecated.
- calculate_ISO8601(long) - Static method in class eu.dnetlib.miscutils.datetime.DateUtils
-
- CHILDR_UNDER_LEAF - Static variable in class eu.dnetlib.miscutils.hstree.TreeNode
-
- clear() - Method in class eu.dnetlib.miscutils.cache.EhCache
-
Deprecated.
- clear() - Method in class eu.dnetlib.miscutils.collections.BloomFilter
-
Sets all bits to false in the Bloom filter.
- clone() - Method in class eu.dnetlib.miscutils.datetime.HumanTime
-
Deep-clones this object.
- compareTo(HumanTime) - Method in class eu.dnetlib.miscutils.datetime.HumanTime
-
Compares this HumanTime to another HumanTime.
- CompositeUnaryFunction<T,K> - Class in eu.dnetlib.miscutils.functional
-
- CompositeUnaryFunction(UnaryFunction<T, K>) - Constructor for class eu.dnetlib.miscutils.functional.CompositeUnaryFunction
-
- ConcurrentSizedMap<K,V> - Class in eu.dnetlib.miscutils.maps
-
- ConcurrentSizedMap() - Constructor for class eu.dnetlib.miscutils.maps.ConcurrentSizedMap
-
- construct(Class<X>, Class<Y>, V[]) - Method in class eu.dnetlib.miscutils.collections.PositionalMapGenerator
-
- construct(Class<? extends A>, Class<? extends B>) - Static method in class eu.dnetlib.miscutils.functional.Functional
-
Given a class and a constructor type, return a unary function which invokes the constructor of that class.
- contains(E) - Method in class eu.dnetlib.miscutils.collections.BloomFilter
-
Returns true if the element could have been inserted into the Bloom filter.
- contains(byte[]) - Method in class eu.dnetlib.miscutils.collections.BloomFilter
-
Returns true if the array of bytes could have been inserted into the Bloom filter.
- containsAll(Collection<? extends E>) - Method in class eu.dnetlib.miscutils.collections.BloomFilter
-
Returns true if all the elements of a Collection could have been inserted
into the Bloom filter.
- containsKey(Object) - Method in class eu.dnetlib.miscutils.cache.EhCache
-
Deprecated.
- containsValue(Object) - Method in class eu.dnetlib.miscutils.cache.EhCache
-
Deprecated.
- count() - Method in class eu.dnetlib.miscutils.collections.BloomFilter
-
Returns the number of elements added to the Bloom filter after it
was constructed or after clear() was called.
- createElement(T) - Method in class eu.dnetlib.miscutils.jaxb.JaxbFactory
-
creates a jax element for a given java object.
- createHash(String, Charset) - Static method in class eu.dnetlib.miscutils.collections.BloomFilter
-
Generates a digest based on the contents of a String.
- createHash(String) - Static method in class eu.dnetlib.miscutils.collections.BloomFilter
-
Generates a digest based on the contents of a String.
- createHash(byte[]) - Static method in class eu.dnetlib.miscutils.collections.BloomFilter
-
Generates a digest based on the contents of an array of bytes.
- createHashes(byte[], int) - Static method in class eu.dnetlib.miscutils.collections.BloomFilter
-
Generates digests based on the contents of an array of bytes and splits the result into 4-byte int's and store them in an array.