Searched refs:lists (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DMultiLruCache.java50 * MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists
56 /* an array of LRU lists; each element in this array is actually
64 LruCacheItem[][] lists; field in class:MultiLruCache
89 // create the array of LRU lists
92 lists = new LruCacheItem[segments][2];
93 listsLength = new int[lists.length];
94 for (int i = 0; i < lists.length; i++) {
95 lists[i][LRU_HEAD] = null;
96 lists[i][LRU_TAIL] = null;
109 return lists[segmen
[all...]
/glassfish-3.1.2/build/maven-glassfishbuild-plugin/src/main/java/com/sun/enterprise/build/
H A DDistributionVisitor.java112 * Adds the list of mailing-lists associated with the module
114 * @param lists mailing-lists for the module
116 public void addMailingLists(List<MailingList> lists); argument
H A DContributorsWikiGenerator.java198 * Adds the list of mailing-lists associated with the module
200 * @param lists mailing-lists for the module
202 public void addMailingLists(List<MailingList> lists) { argument

Completed in 56 milliseconds