Returns the number of entries in the class's constant pool table. @return the number of entries in the class's constant pool table.
()
| 3266 | * @return the number of entries in the class's constant pool table. |
| 3267 | */ |
| 3268 | public int getItemCount() { |
| 3269 | return cpInfoOffsets.length; |
| 3270 | } |
| 3271 | |
| 3272 | /** |
| 3273 | * Returns the start offset in {@link #b} of a JVMS 'cp_info' structure (i.e. a constant pool |