public class GlobalObjectPool extends Object
GlobalObjectPool()
static void
clear()
static <T> T
get(Object id)
put(Object id, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GlobalObjectPool()
public static <T> T get(Object id)
T
id
public static <T> T put(Object id, T value)
public static void clear()
Copyright © 2014–2017 码农场. All rights reserved.