Snooker

Object pools and utilities for using and implementing them.

License

License

GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

snooker
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Snooker
Object pools and utilities for using and implementing them.
Project URL

Project URL

http://github.com/JakeWharton/snooker/
Project Organization

Project Organization

Square, Inc.
Source Code Management

Source Code Management

http://github.com/JakeWharton/snooker/

Download snooker

How to add to project

<!-- https://jarcasting.com/artifacts/com.jakewharton/snooker/ -->
<dependency>
    <groupId>com.jakewharton</groupId>
    <artifactId>snooker</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton/snooker/
implementation 'com.jakewharton:snooker:1.0.0'
// https://jarcasting.com/artifacts/com.jakewharton/snooker/
implementation ("com.jakewharton:snooker:1.0.0")
'com.jakewharton:snooker:jar:1.0.0'
<dependency org="com.jakewharton" name="snooker" rev="1.0.0">
  <artifact name="snooker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton', module='snooker', version='1.0.0')
)
libraryDependencies += "com.jakewharton" % "snooker" % "1.0.0"
[com.jakewharton/snooker "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Snooker

Snooker is like Pool for sophisticated people.

More rationally, it is a standalone bundling of classes from android.util.* which deal with object pooling.

Hat tip to Jeff Gilfelt who beckons you to use these classes.

DEPRECATED

Please use Pool in the support library v20.0.0 or newer for these features.

Versions

Version
1.0.0