Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W Z 

A

add(int, T) - Method in class org.bongiorno.misc.collections.ImprovedList
 
add(T) - Method in class org.bongiorno.misc.collections.QuickCollection
 
addAll(int, Collection<? extends T>) - Method in class org.bongiorno.misc.collections.ImprovedList
 
addAll(Collection<? extends T>) - Method in class org.bongiorno.misc.collections.QuickCollection
 
allMatch(Predicate<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
anyMatch(Predicate<? super T>) - Method in interface org.bongiorno.misc.collections.ImprovedCollection
 
anyMatch(Predicate<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
apply(String) - Method in class org.bongiorno.misc.utils.CsvToSetPropertyEditor
 
asMap(T...) - Static method in class org.bongiorno.misc.collections.WSCollections
Map equivalent of Arrays.asList.

B

builder() - Static method in class org.bongiorno.misc.collections.ImprovedStream
 

C

ccId() - Static method in class org.bongiorno.misc.utils.WSRandom
 
ChainedMap<K,V> - Class in org.bongiorno.misc.collections
Simple class for Concatenating method calls to add things
ChainedMap(Map<K, V>) - Constructor for class org.bongiorno.misc.collections.ChainedMap
 
clear() - Method in class org.bongiorno.misc.collections.QuickCollection
 
clear() - Method in class org.bongiorno.misc.collections.QuickMap
 
close() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
collect() - Method in class org.bongiorno.misc.collections.ImprovedList.ImprovedListStream
 
collect() - Method in class org.bongiorno.misc.collections.ImprovedSet.ImprovedSetStream
 
collect(Collector<? super T, A, R>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
concat(Stream<? extends T1>, Stream<? extends T1>) - Static method in class org.bongiorno.misc.collections.ImprovedStream
 
contains(Object) - Method in class org.bongiorno.misc.collections.QuickCollection
 
containsAll(Collection<?>) - Method in class org.bongiorno.misc.collections.QuickCollection
 
containsKey(Object) - Method in class org.bongiorno.misc.collections.QuickMap
 
containsValue(Object) - Method in class org.bongiorno.misc.collections.QuickMap
 
count() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
CsvToSetPropertyEditor - Class in org.bongiorno.misc.utils
 
CsvToSetPropertyEditor() - Constructor for class org.bongiorno.misc.utils.CsvToSetPropertyEditor
 

D

delegate - Variable in class org.bongiorno.misc.collections.ImprovedStream
 
delegate - Variable in class org.bongiorno.misc.collections.QuickCollection
 
delegate - Variable in class org.bongiorno.misc.collections.QuickMap
 
delimitedCollection(Collection<T>, String) - Static method in class org.bongiorno.misc.collections.WSCollections
 
delimitedMap(Map<K, V>, CharSequence, CharSequence) - Static method in class org.bongiorno.misc.collections.WSCollections
 
delimitedMap(Map<K, V>, CharSequence, CharSequence, CharSequence) - Static method in class org.bongiorno.misc.collections.WSCollections
 
delimitedMap(Map<K, V>, CharSequence, CharSequence, CharSequence, boolean) - Static method in class org.bongiorno.misc.collections.WSCollections
 
delimitNewLine(Collection<T>) - Static method in class org.bongiorno.misc.collections.WSCollections
Delimits with the system line separator.
disable() - Method in interface org.bongiorno.misc.Disableable
 
Disableable - Interface in org.bongiorno.misc
 
distinct() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
doWith(Field) - Method in class org.bongiorno.misc.utils.FieldOverlayer
 

E

empty() - Static method in class org.bongiorno.misc.collections.ImprovedStream
 
enable() - Method in interface org.bongiorno.misc.Enableable
 
Enableable - Interface in org.bongiorno.misc
 
entrySet() - Method in class org.bongiorno.misc.collections.QuickMap
 
equal(T, Object) - Method in class org.bongiorno.misc.utils.TypeIgnoringEqualitor
 
equals(Object) - Method in class org.bongiorno.misc.collections.ImprovedSet
 
equals(Object) - Method in class org.bongiorno.misc.collections.QuickCollection
 
equals(Object) - Method in class org.bongiorno.misc.collections.QuickMap
 
exceptionOnDuplicateMap(Map<K, V>) - Static method in class org.bongiorno.misc.collections.WSCollections
 
exceptionOnDuplicateSet(Set<T>) - Static method in class org.bongiorno.misc.collections.WSCollections
 
exceptionOnDuplicateSortedMap(SortedMap<K, V>) - Static method in class org.bongiorno.misc.collections.WSCollections
 

F

fieldEquals(Object, Object) - Static method in class org.bongiorno.misc.utils.OtherUtils
This utility method will compare equality on all private non-static fields.
fieldHashCode(Object) - Static method in class org.bongiorno.misc.utils.OtherUtils
 
FieldOverlayer - Class in org.bongiorno.misc.utils
Assigns non-null values of fields in the "source" object to the corresponding fields in the "target" object.
FieldOverlayer(Object, Object) - Constructor for class org.bongiorno.misc.utils.FieldOverlayer
 
filter(Predicate<T>) - Method in interface org.bongiorno.misc.collections.ImprovedCollection
 
filter(Predicate<T>) - Method in class org.bongiorno.misc.collections.ImprovedSet
 
filter(Predicate<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
findAny() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
findFirst() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in interface org.bongiorno.misc.collections.ImprovedCollection
 
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
flatMapToInt(Function<? super T, ? extends IntStream>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
flatMapToLong(Function<? super T, ? extends LongStream>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
forEach(Consumer<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
forEachOrdered(Consumer<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 

G

generate(Supplier<T1>) - Static method in class org.bongiorno.misc.collections.ImprovedStream
 
get(int) - Method in class org.bongiorno.misc.collections.ImprovedList
 
get(Object) - Method in class org.bongiorno.misc.collections.QuickMap
 
get(Object) - Method in class org.bongiorno.misc.collections.SuperTypeSearchingLazyMap
 
getAsText() - Method in class org.bongiorno.misc.utils.CsvToSetPropertyEditor
 
getId() - Method in interface org.bongiorno.misc.Identifiable
 
getIgnoredTypes() - Method in class org.bongiorno.misc.utils.TypeIgnoringEqualitor
 
getMyHostname() - Static method in class org.bongiorno.misc.utils.OtherUtils
 
groupingBy(Function<? super T, ? extends K>) - Method in interface org.bongiorno.misc.collections.ImprovedCollection
 
groupingBy(Function<? super T, ? extends K>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 

H

hashCode() - Method in class org.bongiorno.misc.collections.ImprovedSet
 
hashCode() - Method in class org.bongiorno.misc.collections.QuickCollection
 
hashCode() - Method in class org.bongiorno.misc.collections.QuickMap
 
hashCodeSeries(Object...) - Static method in class org.bongiorno.misc.utils.OtherUtils
 
hashTo(String, String) - Static method in class org.bongiorno.misc.utils.SecurityUtils
Returns a BigInteger representation of a hash of 'val'.
hashToMD5(String) - Static method in class org.bongiorno.misc.utils.SecurityUtils
Returns a BigInteger representation of a hash of 'val'.
hashToSHA1(String) - Static method in class org.bongiorno.misc.utils.SecurityUtils
 
hashToSHA256(String) - Static method in class org.bongiorno.misc.utils.SecurityUtils
Returns a BigInteger representation of a hash of 'val'.
hexFormat(byte[]) - Static method in class org.bongiorno.misc.utils.OtherUtils
 
hexString(int) - Static method in class org.bongiorno.misc.utils.WSRandom
 

I

Identifiable<T> - Interface in org.bongiorno.misc
 
improve(Collection<T>) - Static method in interface org.bongiorno.misc.collections.ImprovedCollection
 
improve(List<T>) - Static method in class org.bongiorno.misc.collections.ImprovedList
 
improve(Stream<T>) - Static method in class org.bongiorno.misc.collections.ImprovedStream
 
ImprovedCollection<T> - Interface in org.bongiorno.misc.collections
 
ImprovedList<T> - Class in org.bongiorno.misc.collections
 
ImprovedList() - Constructor for class org.bongiorno.misc.collections.ImprovedList
 
ImprovedList(List<T>) - Constructor for class org.bongiorno.misc.collections.ImprovedList
 
ImprovedList.ImprovedListStream<T> - Class in org.bongiorno.misc.collections
 
ImprovedListStream(ImprovedStream<T>) - Constructor for class org.bongiorno.misc.collections.ImprovedList.ImprovedListStream
 
ImprovedMap<K,V> - Class in org.bongiorno.misc.collections
 
ImprovedMap() - Constructor for class org.bongiorno.misc.collections.ImprovedMap
 
ImprovedSet<T> - Class in org.bongiorno.misc.collections
 
ImprovedSet() - Constructor for class org.bongiorno.misc.collections.ImprovedSet
 
ImprovedSet(Collection<T>) - Constructor for class org.bongiorno.misc.collections.ImprovedSet
 
ImprovedSet(Set<T>) - Constructor for class org.bongiorno.misc.collections.ImprovedSet
 
ImprovedSet.ImprovedSetStream<T> - Class in org.bongiorno.misc.collections
 
ImprovedStream<T> - Class in org.bongiorno.misc.collections
 
ImprovedStream(Stream<T>) - Constructor for class org.bongiorno.misc.collections.ImprovedStream
 
indexOf(Object) - Method in class org.bongiorno.misc.collections.ImprovedList
 
initialize(PatternForCollections) - Method in class org.bongiorno.misc.validation.MultiStringValidator
 
isDisable() - Method in interface org.bongiorno.misc.Disableable
 
isEmpty() - Method in class org.bongiorno.misc.collections.QuickCollection
 
isEmpty() - Method in class org.bongiorno.misc.collections.QuickMap
 
isEnabled() - Method in interface org.bongiorno.misc.Enableable
 
isImgPng(byte[]) - Static method in class org.bongiorno.misc.utils.OtherUtils
 
isParallel() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
isValid(Iterable<String>, ConstraintValidatorContext) - Method in class org.bongiorno.misc.validation.MultiStringValidator
 
iterate(T1, UnaryOperator<T1>) - Static method in class org.bongiorno.misc.collections.ImprovedStream
 
iterator() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
iterator() - Method in class org.bongiorno.misc.collections.QuickCollection
 

K

keySet() - Method in class org.bongiorno.misc.collections.QuickMap
 

L

lastIndexOf(Object) - Method in class org.bongiorno.misc.collections.ImprovedList
 
limit(long) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
listIterator() - Method in class org.bongiorno.misc.collections.ImprovedList
 
listIterator(int) - Method in class org.bongiorno.misc.collections.ImprovedList
 

M

mac() - Static method in class org.bongiorno.misc.utils.WSRandom
 
map(Function<? super T, ? extends R>) - Method in interface org.bongiorno.misc.collections.ImprovedCollection
 
map(Function<? super T, ? extends R>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
mapToDouble(ToDoubleFunction<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
mapToInt(ToIntFunction<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
mapToLong(ToLongFunction<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
max(Comparator<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
min(Comparator<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
MultiStringValidator - Class in org.bongiorno.misc.validation
 
MultiStringValidator() - Constructor for class org.bongiorno.misc.validation.MultiStringValidator
 

N

nextId() - Static method in class org.bongiorno.misc.utils.WSRandom
 
noDupKeys() - Static method in interface org.bongiorno.misc.collections.ImprovedCollection
 
noneMatch(Predicate<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
nullFields(Object) - Static method in class org.bongiorno.misc.utils.OtherUtils
Get a set of all the fields in an object that have not been initialized.

O

of(Collection<T>) - Static method in interface org.bongiorno.misc.collections.ImprovedCollection
 
of(List<T>) - Static method in class org.bongiorno.misc.collections.ImprovedList
 
of(T...) - Static method in class org.bongiorno.misc.collections.ImprovedList
 
of(Set<T>) - Static method in class org.bongiorno.misc.collections.ImprovedSet
 
of(T...) - Static method in class org.bongiorno.misc.collections.ImprovedSet
 
of(T...) - Static method in class org.bongiorno.misc.collections.ImprovedStream
 
of(T1) - Static method in class org.bongiorno.misc.collections.ImprovedStream
 
onClose(Runnable) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
org.bongiorno.misc - package org.bongiorno.misc
 
org.bongiorno.misc.collections - package org.bongiorno.misc.collections
 
org.bongiorno.misc.utils - package org.bongiorno.misc.utils
 
org.bongiorno.misc.validation - package org.bongiorno.misc.validation
 
OtherUtils - Class in org.bongiorno.misc.utils
 
OtherUtils() - Constructor for class org.bongiorno.misc.utils.OtherUtils
 

P

parallel() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
PatternForCollections - Annotation Type in org.bongiorno.misc.validation
 
peek(Consumer<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
put(K, V) - Method in class org.bongiorno.misc.collections.QuickMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.bongiorno.misc.collections.QuickMap
 
putInMap(Iterable<K>, Function<? super K, V>) - Static method in class org.bongiorno.misc.collections.WSCollections
 
putInMap(Iterable<K>, V) - Static method in class org.bongiorno.misc.collections.WSCollections
 
putInMap(Iterable<K>, C, Function<? super K, V>) - Static method in class org.bongiorno.misc.collections.WSCollections
 
putInMap(Iterable<K>, C, V) - Static method in class org.bongiorno.misc.collections.WSCollections
 

Q

QuickCollection<T> - Class in org.bongiorno.misc.collections
Allows you to quickly expose a wrapper class as a collection (and thus gain benefits) by merely setting the underlying collection object Usage note: if you intend to use this with an XML marshalled object it will go much easier if you use property marshalling or NONE and explicitly call out the marshaling so you can set the super.delegate in the setter method containing the delegate.
QuickCollection() - Constructor for class org.bongiorno.misc.collections.QuickCollection
 
QuickCollection(Collection<T>) - Constructor for class org.bongiorno.misc.collections.QuickCollection
 
QuickMap<K,V> - Class in org.bongiorno.misc.collections
A delegating wrapper for a Map.
QuickMap() - Constructor for class org.bongiorno.misc.collections.QuickMap
 
QuickMap(Map<K, V>) - Constructor for class org.bongiorno.misc.collections.QuickMap
 

R

reduce(BinaryOperator<T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
reduce(T, BinaryOperator<T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
remove(int) - Method in class org.bongiorno.misc.collections.ImprovedList
 
remove(Object) - Method in class org.bongiorno.misc.collections.QuickCollection
 
remove(Object) - Method in class org.bongiorno.misc.collections.QuickMap
 
removeAll(Collection<?>) - Method in class org.bongiorno.misc.collections.QuickCollection
 
retainAll(Collection<?>) - Method in class org.bongiorno.misc.collections.QuickCollection
 

S

SecurityUtils - Class in org.bongiorno.misc.utils
 
SecurityUtils() - Constructor for class org.bongiorno.misc.utils.SecurityUtils
 
selectAFew(int, List<T>) - Static method in class org.bongiorno.misc.utils.WSRandom
 
selectAFew(int, T...) - Static method in class org.bongiorno.misc.utils.WSRandom
 
selectOne(T...) - Static method in class org.bongiorno.misc.utils.WSRandom
 
selectOne(List<T>) - Static method in class org.bongiorno.misc.utils.WSRandom
 
sequential() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
set(int, T) - Method in class org.bongiorno.misc.collections.ImprovedList
 
setAsText(String) - Method in class org.bongiorno.misc.utils.CsvToSetPropertyEditor
 
size() - Method in class org.bongiorno.misc.collections.QuickCollection
 
size() - Method in class org.bongiorno.misc.collections.QuickMap
 
skip(long) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
someData() - Static method in class org.bongiorno.misc.utils.WSRandom
 
someData(int) - Static method in class org.bongiorno.misc.utils.WSRandom
 
sorted() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
sorted(Comparator<? super T>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
spliterator() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
subList(int, int) - Method in class org.bongiorno.misc.collections.ImprovedList
 
subList(int) - Method in class org.bongiorno.misc.collections.ImprovedList
 
SuperTypeSearchingLazyMap<V> - Class in org.bongiorno.misc.collections
 
SuperTypeSearchingLazyMap() - Constructor for class org.bongiorno.misc.collections.SuperTypeSearchingLazyMap
 
SuperTypeSearchingLazyMap(Map<Class<?>, V>) - Constructor for class org.bongiorno.misc.collections.SuperTypeSearchingLazyMap
 

T

thenPut(K, V) - Method in class org.bongiorno.misc.collections.ChainedMap
 
toArray() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
toArray(IntFunction<A[]>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
toArray() - Method in class org.bongiorno.misc.collections.QuickCollection
 
toArray(T[]) - Method in class org.bongiorno.misc.collections.QuickCollection
 
toList() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
toMap(Function<? super T, ? extends K>) - Method in interface org.bongiorno.misc.collections.ImprovedCollection
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Method in interface org.bongiorno.misc.collections.ImprovedCollection
 
toMap(Function<? super T, ? extends K>) - Method in class org.bongiorno.misc.collections.ImprovedStream
 
toSet() - Method in class org.bongiorno.misc.collections.ImprovedStream
 
toString() - Method in class org.bongiorno.misc.collections.QuickCollection
 
transform(Function<? super T, ? extends O>, Supplier<ImprovedCollection<O>>) - Method in interface org.bongiorno.misc.collections.ImprovedCollection
 
transform(Function<? super T, ? extends O>) - Method in class org.bongiorno.misc.collections.ImprovedList.ImprovedListStream
 
transform(Function<? super T, ? extends O>) - Method in class org.bongiorno.misc.collections.ImprovedList
 
transform(Function<? super T, ? extends O>) - Method in class org.bongiorno.misc.collections.ImprovedSet.ImprovedSetStream
 
transform(Function<? super T, ? extends O>) - Method in class org.bongiorno.misc.collections.ImprovedSet
 
transform() - Method in interface org.bongiorno.misc.Transformable
 
Transformable<T> - Interface in org.bongiorno.misc
 
TypeIgnoringEqualitor<T> - Class in org.bongiorno.misc.utils
For the purposes of this class, an "Equalitor" is like a Comparator in that it determines whether objects are equal, but doesn't say anything about their order.
TypeIgnoringEqualitor(Class<T>, Class...) - Constructor for class org.bongiorno.misc.utils.TypeIgnoringEqualitor
 
TypeIgnoringEqualitor(Class<T>, Set<Class>) - Constructor for class org.bongiorno.misc.utils.TypeIgnoringEqualitor
 

U

unordered() - Method in class org.bongiorno.misc.collections.ImprovedStream
 

V

values() - Method in class org.bongiorno.misc.collections.QuickMap
 

W

WSCollections - Class in org.bongiorno.misc.collections
 
WSCollections() - Constructor for class org.bongiorno.misc.collections.WSCollections
 
WSRandom - Class in org.bongiorno.misc.utils
 
WSRandom() - Constructor for class org.bongiorno.misc.utils.WSRandom
 

Z

zeroOrAllNull(Object...) - Static method in class org.bongiorno.misc.utils.OtherUtils
 
zeroOrAllNull(Collection<?>) - Static method in class org.bongiorno.misc.utils.OtherUtils
 
A B C D E F G H I K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2015. All rights reserved.