123456 |
- // Licensed Materials - Property of IBM
- // IBM Cognos Products: hal
- // (C) Copyright IBM Corp. 2003, 2017.
- // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- function C_TokenList(_h9L1){this._hAL1=_h9L1;this._hW22=[];if(_h9L1){var a=_h9L1.split( " " );for(var i=0;i<a.length;++i){this._hW22.F_PushUnique(a[i]);}}};C_TokenList.prototype.F_Length=function(){return this._hW22.length;};C_TokenList.prototype.F_Item=function(i){return this._hW22[i];};C_TokenList.prototype.F_Contains=function(_hI72){return(this._hW22.indexOf(_hI72)!=-1);};C_TokenList.prototype.F_Add=function(_hI72){return this._hW22.F_PushUnique(_hI72);};C_TokenList.prototype.F_Remove=function(_hI72){return this._hW22.F_RemoveItem(_hI72);};C_TokenList.prototype.F_ToString=function(){return(this._hW22.length>0 )?this._hW22.join( " " ):"";};
|