Grzegorz Kaczor wrote: > Hi, > > instanceof is reflection and reflection is slow :). It's not done with reflection, it's implemented with a single JVM bytecode operator. http://mrl.nyu.edu/~meyer/jvmref/ref--31.html -jh-