Skip to main content



      Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Always getting result as 'true' in 'isUnique' operation
Always getting result as 'true' in 'isUnique' operation [message #565911] Mon, 06 February 2006 00:56
Eclipse UserFriend
Hi,

With the following isUnique() operations, I am always getting result
as true. Is this incorrect or my usage is incorrect?

Set{1,1,3,2,4,1}->isUnique(1) : true

Bag{1,1,3,2,4,1}->isUnique(1) : true

Sequence{1,1,3,2,4,1}->isUnique(1) : true

OrderedSet{1,1,3,2,4,1}->isUnique(1) : true

Even with this also:

Set{1,1,3,2,4,1}->isUnique(8) : true

-Shrawanika
Previous Topic:Antlr Dependency
Next Topic:'insertAt' operation..................................
Goto Forum:
  


Current Time: Sun Jul 06 22:48:32 EDT 2025

Powered by FUDForum. Page generated in 0.05782 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top