Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
の戻り値の型はsuper.clone()ですObject。これは の直接の祖先であるため、型の何かを返さなければならBitVectorFlowMapない の有効な戻り値ではありません。実際には、同じデータを使用して の新しいインスタンスを構築する必要があります。clone()BitVectorFlowMapBitVectorFlowMap
super.clone()
Object
BitVectorFlowMap
clone()