JavaBooleanArray.st
branchcvs_MAIN
changeset 3752 e7b483bc6e1b
parent 3324 a58245c0e83a
equal deleted inserted replaced
3751:9ce98d4addda 3752:e7b483bc6e1b
    17      of one of the above copright owners. For exact set of such code,
    17      of one of the above copright owners. For exact set of such code,
    18      see the differences between this version and version stx:libjava
    18      see the differences between this version and version stx:libjava
    19      as of 1.9.2010
    19      as of 1.9.2010
    20 "
    20 "
    21 "{ Package: 'stx:libjava' }"
    21 "{ Package: 'stx:libjava' }"
       
    22 
       
    23 "{ NameSpace: Smalltalk }"
    22 
    24 
    23 ByteArray variableByteSubclass:#JavaBooleanArray
    25 ByteArray variableByteSubclass:#JavaBooleanArray
    24 	instanceVariableNames:''
    26 	instanceVariableNames:''
    25 	classVariableNames:''
    27 	classVariableNames:''
    26 	poolDictionaries:''
    28 	poolDictionaries:''
   140     "Modified: / 31-01-2014 / 12:31:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   142     "Modified: / 31-01-2014 / 12:31:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   141 ! !
   143 ! !
   142 
   144 
   143 !JavaBooleanArray class methodsFor:'documentation'!
   145 !JavaBooleanArray class methodsFor:'documentation'!
   144 
   146 
       
   147 version_CVS
       
   148     ^ '$Header$'
       
   149 !
       
   150 
   145 version_HG
   151 version_HG
   146 
   152 
   147     ^ '$Changeset: <not expanded> $'
   153     ^ '$Changeset: <not expanded> $'
   148 ! !
   154 ! !
   149 
   155