Skip navigation links
A B C F G I L M N P R S 

A

arrayCopy(float[]) - Static method in interface be.yildizgames.common.collection.CollectionUtil
Copy an array.
arrayCopy(T[]) - Static method in interface be.yildizgames.common.collection.CollectionUtil
Copy an array.

B

be.yildizgames.common.collection - package be.yildizgames.common.collection
 
BidirectionalMap<K,V> - Class in be.yildizgames.common.collection
Wrap 2 Maps to easily get a value from a key and key a key from a value.
BidirectionalMap() - Constructor for class be.yildizgames.common.collection.BidirectionalMap
 

C

checkBiggerOrEqual(float[], float[]) - Static method in interface be.yildizgames.common.collection.CollectionUtil
Check that every float in the first array are bigger than the second at the same index.
cloneArray(float[], float[]) - Static method in interface be.yildizgames.common.collection.CollectionUtil
Fill an array with the content of another.
CollectionUtil - Interface in be.yildizgames.common.collection
Utility class to manipulate collections.
concatByteArrays(byte[], byte[]) - Static method in interface be.yildizgames.common.collection.CollectionUtil
Concatenate 2 arrays of bytes.
copy(List<T>) - Static method in interface be.yildizgames.common.collection.Lists
Create a new List being a copy of the one provided.

F

fromFloat(float...) - Static method in interface be.yildizgames.common.collection.Lists
Build a new List with NoNullArrayList implementation and set a collection of objects inside.
fromInts(int...) - Static method in interface be.yildizgames.common.collection.Lists
Build a new List with NoNullArrayList implementation and set a collection of objects inside.

G

getKey(Object) - Method in class be.yildizgames.common.collection.BidirectionalMap
Retrieve a key from a value.
getKeyOr(V, K) - Method in class be.yildizgames.common.collection.BidirectionalMap
Get a key from a value, or return the given one.
getKeys() - Method in class be.yildizgames.common.collection.BidirectionalMap
 
getOrCreateSetFromMap(Map<K, Set<V>>, K) - Static method in interface be.yildizgames.common.collection.CollectionUtil
 
getValue(K) - Method in class be.yildizgames.common.collection.BidirectionalMap
Retrieve the value from the key.
getValues() - Method in class be.yildizgames.common.collection.BidirectionalMap
 

I

iterator() - Method in class be.yildizgames.common.collection.BidirectionalMap
 

L

Lists - Interface in be.yildizgames.common.collection
Utility class to build and manipulate list implementations.

M

Maps - Interface in be.yildizgames.common.collection
Utility class to build and manipulate map implementations.

N

newBidirectionalMap() - Static method in interface be.yildizgames.common.collection.Maps
Create a new bidirectional map, as for every components of this collection, it does not accept any null value.
newInsertionOrderedMap() - Static method in interface be.yildizgames.common.collection.Maps
 
newInsertionOrderedSet() - Static method in interface be.yildizgames.common.collection.Sets
Build a new Set with LinkedHashSet implementation, order insertion is preserved.
newList() - Static method in interface be.yildizgames.common.collection.Lists
Build a new List with NoNullArrayList implementation.
newList(int) - Static method in interface be.yildizgames.common.collection.Lists
Build a new List with NoNullArrayList implementation and a given size.
newList(T...) - Static method in interface be.yildizgames.common.collection.Lists
Build a new List with NoNullArrayList implementation and set a collection of objects inside.
newList(Collection<T>) - Static method in interface be.yildizgames.common.collection.Lists
 
newMap() - Static method in interface be.yildizgames.common.collection.Maps
Create a new map, as for every components of this collection, it does not accept any null value.
newOrderedSet() - Static method in interface be.yildizgames.common.collection.Sets
Build a new Set with TreeSet implementation, order is following the natural objects order.
newSet() - Static method in interface be.yildizgames.common.collection.Sets
Build a new Set with HashSet implementation, order insertion is not garanteed, use newOrderSet or newInsersionOrderedSet for that case.
newSet(T...) - Static method in interface be.yildizgames.common.collection.Sets
Build a new Set with HashSet implementation from an existing array of objects.
newSet(Collection<T>) - Static method in interface be.yildizgames.common.collection.Sets
 
newSingleElementList(T) - Static method in interface be.yildizgames.common.collection.Lists
 

P

put(K, V) - Method in class be.yildizgames.common.collection.BidirectionalMap
Add a key and its value to the map.

R

remove(K) - Method in class be.yildizgames.common.collection.BidirectionalMap
Remove a key and its values from the containers.

S

Sets - Interface in be.yildizgames.common.collection
Utility class to build and manipulate set implementations.
A B C F G I L M N P R S 
Skip navigation links

Copyright © 2017. All rights reserved.