コード例 #1
0
 public InterleavedIndexHopMap getStructCache()
 {
     if (structCache == null)
     {
         structCache = new InterleavedIndexHopMap(16);
     }
     return(structCache);
 }
コード例 #2
0
 public InterleavedIndexHopMap getPriorityCache()
 {
     if (priorityCache == null)
     {
         priorityCache = new InterleavedIndexHopMap(16);
     }
     return(priorityCache);
 }