コード例 #1
0
        /**
         * TODO: would be nice to get rid of this.  Only used in two places in RTE.
         */
        //public CoreLabel backingLabel() { return label; }

        public /*<VALUE> VALUE*/ object Get(/*Class<? extends TypesafeMap.Key<VALUE>>*/ Type key)
        {
            return(label.Get(key));
        }