Class implementation to represent the 'void' type.
155156157158159160161
/** * <p>Stuff the primitives and void into the cache.</p> */ private void initCache() { PrimitiveClassImpl.mapNameToPrimitive(mContext,mFd2ClassCache); mFd2ClassCache.put("void",new VoidClassImpl(mContext)); }