Skip navigation links
A C G I J K L M N P S T V 

A

addElementsToArray(T[], List<T>) - Static method in class it.okkam.awesome.utils.ArrayUtils
Append a List of elements to an array
addElementToArray(T[], T) - Static method in class it.okkam.awesome.utils.ArrayUtils
Append a single element to an array
addIfEquals(List<T>, T, T) - Static method in class it.okkam.awesome.utils.ListUtils
Add element1 to the list only if it is equals to element2
addIfEquals(List<T>, T, T1, T1) - Static method in class it.okkam.awesome.utils.ListUtils
Add elemToAdd to the list only if element1 is equals to element2
addIfNotContained(List<T>, T...) - Static method in class it.okkam.awesome.utils.ListUtils
add elements if not already contained
addIfNotEmpty(Set<T>, T) - Static method in class it.okkam.awesome.utils.SetUtils
Add if not empty
appendAll(StringBuilder, T...) - Static method in class it.okkam.awesome.utils.StringUtils
Append to the string Builder all elements
appendElementsToList(List<T>, T...) - Static method in class it.okkam.awesome.utils.ListUtils
Append elements to a list
ArrayUtils - Class in it.okkam.awesome.utils
 

C

CharUtils - Class in it.okkam.awesome.utils
 
CollectionUtils - Class in it.okkam.awesome.utils
 
ComparatorUtils - Class in it.okkam.awesome.utils
 
createIfNull(List<T>) - Static method in class it.okkam.awesome.utils.ListUtils
Create an ArrayList if the List is null;
createIfNull(Set<T>) - Static method in class it.okkam.awesome.utils.SetUtils
Create an HashSet if the Set is null;
CsvParsingUtils - Class in it.okkam.awesome.utils
 

G

getObjPos(T[], T) - Static method in class it.okkam.awesome.utils.ArrayUtils
Get the position of the object in an array

I

isBetween(char, char, char) - Static method in class it.okkam.awesome.utils.CharUtils
Check if a char is between a range
isEmptyBlankOr(String, String...) - Static method in class it.okkam.awesome.utils.StringUtils
Check if the string is empty or has one of specified values
isEmptyOrBlankNotNull(String) - Static method in class it.okkam.awesome.utils.StringUtils
Check if the string is empty or blank
isEmptyOrNull(String) - Static method in class it.okkam.awesome.utils.StringUtils
Check if the string is null or empty
isNullEmptyOrBlank(String) - Static method in class it.okkam.awesome.utils.StringUtils
Check if the string is null, blank or empty
isStrictBetween(char, char, char) - Static method in class it.okkam.awesome.utils.CharUtils
Check if a char is strict between a range
it.okkam.awesome.utils - package it.okkam.awesome.utils
 
it.okkam.awesome.utils.flink.mappers - package it.okkam.awesome.utils.flink.mappers
 

J

JacksonObjectMapper<T> - Class in it.okkam.awesome.utils.flink.mappers
 
JacksonObjectMapper() - Constructor for class it.okkam.awesome.utils.flink.mappers.JacksonObjectMapper
 

K

keySetToList(Map<T, ?>) - Static method in class it.okkam.awesome.utils.MapUtils
Return the list composed by the key set of the map

L

ListUtils - Class in it.okkam.awesome.utils
 

M

map(T) - Method in class it.okkam.awesome.utils.flink.mappers.JacksonObjectMapper
 
MapUtils - Class in it.okkam.awesome.utils
 

N

noOneIsEmpty(String...) - Static method in class it.okkam.awesome.utils.StringUtils
Check if the strings are empty
noOneIsEmptyNorBlank(String...) - Static method in class it.okkam.awesome.utils.StringUtils
Check if the strings are empty or blank

P

parseFile(String, char, char) - Static method in class it.okkam.awesome.utils.CsvParsingUtils
Parse a CSV
prependElementsToList(List<T>, T...) - Static method in class it.okkam.awesome.utils.ListUtils
Prepend elements to a list
putIfNotExists(Map<T, T>, T, T) - Static method in class it.okkam.awesome.utils.MapUtils
Put an element into the map if it the key does not exists

S

separateArrayBy(T[], String) - Static method in class it.okkam.awesome.utils.StringUtils
Generate a string based on array, with a specified separator
separateTreeMapValuesBy(Map<T, String>, String) - Static method in class it.okkam.awesome.utils.StringUtils
Generate a string based on map values, with a specified separator.
SetUtils - Class in it.okkam.awesome.utils
 
sortAlphabetically() - Static method in class it.okkam.awesome.utils.ComparatorUtils
Comparator to sort alphabetically
sortAscending() - Static method in class it.okkam.awesome.utils.ComparatorUtils
Comparator to sort ascending
sortDescending() - Static method in class it.okkam.awesome.utils.ComparatorUtils
Comparator to sort descending
sortReverseAlphabetically() - Static method in class it.okkam.awesome.utils.ComparatorUtils
Comparator to sort reverse alphabetically
StringUtils - Class in it.okkam.awesome.utils
 

T

toList(T[]) - Static method in class it.okkam.awesome.utils.ArrayUtils
Transform the array into a list
toList(Collection<T>) - Static method in class it.okkam.awesome.utils.CollectionUtils
Return a list from a collection
toList(Set<T>) - Static method in class it.okkam.awesome.utils.SetUtils
Return a list from a set
toListEndingWith(T[], T) - Static method in class it.okkam.awesome.utils.ArrayUtils
Transform the array into a list, appending an element
toListStartingWith(T, T[]) - Static method in class it.okkam.awesome.utils.ArrayUtils
Transform the array into a list, prepending an element

V

valuesToList(Map<?, T>) - Static method in class it.okkam.awesome.utils.MapUtils
Return the list composed by the values of the map
A C G I J K L M N P S T V 
Skip navigation links

Copyright © 2018 Okkam srl. All rights reserved.