IntSeqHelper / Holder in org.omg.CORBA

Anyone know why it's not there?Short, Float, Char, Long and Boolean are there; IntHolder is too but no IntSeqHolder...It's just tripped me up in a code generator... :(btw JDK1.3.1
[216 byte] By [stocksa] at [2007-9-26 14:35:17]
# 1
A better questions is 'What is InHolder there for?' The IDL integer types are signed/unsigned short, long, and long long - there is no plain old int.
MoliniJ at 2007-7-2 16:29:13 > top of Java-index,Core,Core APIs...