jar

io.github.whilein.wcommons : wcommons-util

Maven & Gradle

Jun 08, 2023
9 stars

wcommons/util · Some useful tools for Java core like pair, lazy and etc

Table Of Contents

Latest Version

Download io.github.whilein.wcommons : wcommons-util JAR file - Latest Versions:

All Versions

Download io.github.whilein.wcommons : wcommons-util JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window wcommons-util-1.5.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

w.util.function

├─ w.util.function.ComponentConsumer.class - [JAR]

├─ w.util.function.ComponentPredicate.class - [JAR]

w.util.io

├─ w.util.io.AbstractByteOutput.class - [JAR]

├─ w.util.io.ByteOutput.class - [JAR]

├─ w.util.io.ByteOutputStream.class - [JAR]

├─ w.util.io.CappedByteOutput.class - [JAR]

├─ w.util.io.UncappedByteOutput.class - [JAR]

w.util.ci

├─ w.util.ci.CiString.class - [JAR]

├─ w.util.ci.CiStrings.class - [JAR]

w.util.buffering

├─ w.util.buffering.Buffered.class - [JAR]

├─ w.util.buffering.Buffering.class - [JAR]

w.util

├─ w.util.ByteAllocator.class - [JAR]

├─ w.util.ByteSlice.class - [JAR]

├─ w.util.ByteUnit.class - [JAR]

├─ w.util.ClassLoaderUtils.class - [JAR]

├─ w.util.Env.class - [JAR]

├─ w.util.Hex.class - [JAR]

├─ w.util.Iterables.class - [JAR]

├─ w.util.Iterators.class - [JAR]

├─ w.util.NumberUtils.class - [JAR]

├─ w.util.ObjectCloner.class - [JAR]

├─ w.util.ObjectUtils.class - [JAR]

├─ w.util.RandomUtils.class - [JAR]

├─ w.util.TypeUtils.class - [JAR]

w.util.concurrent

├─ w.util.concurrent.Async.class - [JAR]

├─ w.util.concurrent.ThreadFactories.class - [JAR]

w.util.pair

├─ w.util.pair.MutablePair.class - [JAR]

├─ w.util.pair.Pair.class - [JAR]

├─ w.util.pair.Pairs.class - [JAR]

├─ w.util.pair.UnorderedPair.class - [JAR]

w.util.mutable

├─ w.util.mutable.MutableInt.class - [JAR]

├─ w.util.mutable.MutableLong.class - [JAR]

├─ w.util.mutable.MutableOptionalInt.class - [JAR]

├─ w.util.mutable.MutableOptionalLong.class - [JAR]

├─ w.util.mutable.MutableOptionalReference.class - [JAR]

├─ w.util.mutable.MutableReference.class - [JAR]

├─ w.util.mutable.Mutables.class - [JAR]

w.util.random

├─ w.util.random.RandomStringGenerator.class - [JAR]

├─ w.util.random.RandomStringGeneratorBuilder.class - [JAR]

├─ w.util.random.SimpleRandomStringGenerator.class - [JAR]

├─ w.util.random.SimpleWeightedRandom.class - [JAR]

├─ w.util.random.WeightedRandom.class - [JAR]

├─ w.util.random.WeightedRandomBuilder.class - [JAR]

w.util.lazy

├─ w.util.lazy.ConcurrentLazy.class - [JAR]

├─ w.util.lazy.Lazy.class - [JAR]

├─ w.util.lazy.SimpleLazy.class - [JAR]