Home
last modified time | relevance | path

Searched refs:sComponentPoolComparator (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java36 …private final static ComponentPoolComparator sComponentPoolComparator = new ComponentPoolComparato… field in GameObjectFactory
258 …nentPools = new FixedSizeArray<GameComponentPool>(componentTypes.length, sComponentPoolComparator); in GameObjectFactory()