|
|
@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
/** @author Speiger */
|
|
|
|
|
|
|
|
module speiger.src.collections {
|
|
|
|
|
|
|
|
exports speiger.src.collections.booleans.collections;
|
|
|
|
|
|
|
|
exports speiger.src.collections.booleans.functions;
|
|
|
|
|
|
|
|
exports speiger.src.collections.booleans.functions.consumer;
|
|
|
|
|
|
|
|
exports speiger.src.collections.booleans.functions.function;
|
|
|
|
|
|
|
|
exports speiger.src.collections.booleans.lists;
|
|
|
|
|
|
|
|
exports speiger.src.collections.booleans.misc.pairs;
|
|
|
|
|
|
|
|
exports speiger.src.collections.booleans.misc.pairs.impl;
|
|
|
|
|
|
|
|
exports speiger.src.collections.booleans.queues;
|
|
|
|
|
|
|
|
exports speiger.src.collections.booleans.utils;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.collections;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.functions;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.functions.consumer;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.functions.function;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.lists;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.maps.abstracts;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.maps.impl.concurrent;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.maps.impl.customHash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.maps.impl.hash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.maps.impl.immutable;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.maps.impl.misc;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.maps.impl.tree;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.maps.interfaces;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.misc.pairs;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.misc.pairs.impl;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.queues;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.sets;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.utils;
|
|
|
|
|
|
|
|
exports speiger.src.collections.bytes.utils.maps;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.collections;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.functions;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.functions.consumer;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.functions.function;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.lists;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.maps.abstracts;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.maps.impl.concurrent;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.maps.impl.customHash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.maps.impl.hash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.maps.impl.immutable;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.maps.impl.misc;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.maps.impl.tree;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.maps.interfaces;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.misc.pairs;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.misc.pairs.impl;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.queues;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.sets;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.utils;
|
|
|
|
|
|
|
|
exports speiger.src.collections.chars.utils.maps;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.collections;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.functions;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.functions.consumer;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.functions.function;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.lists;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.maps.abstracts;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.maps.impl.concurrent;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.maps.impl.customHash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.maps.impl.hash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.maps.impl.immutable;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.maps.impl.misc;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.maps.impl.tree;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.maps.interfaces;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.misc.pairs;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.misc.pairs.impl;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.queues;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.sets;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.utils;
|
|
|
|
|
|
|
|
exports speiger.src.collections.doubles.utils.maps;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.collections;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.functions;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.functions.consumer;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.functions.function;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.lists;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.maps.abstracts;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.maps.impl.concurrent;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.maps.impl.customHash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.maps.impl.hash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.maps.impl.immutable;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.maps.impl.misc;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.maps.impl.tree;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.maps.interfaces;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.misc.pairs;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.misc.pairs.impl;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.queues;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.sets;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.utils;
|
|
|
|
|
|
|
|
exports speiger.src.collections.floats.utils.maps;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.collections;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.functions;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.functions.consumer;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.functions.function;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.lists;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.maps.abstracts;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.maps.impl.concurrent;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.maps.impl.customHash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.maps.impl.hash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.maps.impl.immutable;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.maps.impl.misc;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.maps.impl.tree;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.maps.interfaces;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.misc.pairs;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.misc.pairs.impl;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.queues;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.sets;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.utils;
|
|
|
|
|
|
|
|
exports speiger.src.collections.ints.utils.maps;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.collections;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.functions;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.functions.consumer;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.functions.function;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.lists;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.maps.abstracts;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.maps.impl.concurrent;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.maps.impl.customHash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.maps.impl.hash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.maps.impl.immutable;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.maps.impl.misc;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.maps.impl.tree;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.maps.interfaces;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.misc.pairs;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.misc.pairs.impl;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.queues;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.sets;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.utils;
|
|
|
|
|
|
|
|
exports speiger.src.collections.longs.utils.maps;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.collections;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.functions;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.functions.consumer;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.functions.function;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.lists;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.maps.abstracts;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.maps.impl.concurrent;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.maps.impl.customHash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.maps.impl.hash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.maps.impl.immutable;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.maps.impl.misc;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.maps.impl.tree;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.maps.interfaces;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.misc.pairs;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.misc.pairs.impl;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.queues;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.sets;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.utils;
|
|
|
|
|
|
|
|
exports speiger.src.collections.objects.utils.maps;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.collections;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.functions;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.functions.consumer;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.functions.function;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.lists;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.maps.abstracts;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.maps.impl.concurrent;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.maps.impl.customHash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.maps.impl.hash;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.maps.impl.immutable;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.maps.impl.misc;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.maps.impl.tree;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.maps.interfaces;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.misc.pairs;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.misc.pairs.impl;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.queues;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.sets;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.utils;
|
|
|
|
|
|
|
|
exports speiger.src.collections.shorts.utils.maps;
|
|
|
|
|
|
|
|
exports speiger.src.collections.utils;
|
|
|
|
|
|
|
|
}
|