Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 05:56
Shrawanika is currently offline ShrawanikaFriend
Messages: 16
Registered: July 2009
Junior Member
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: Fri Apr 26 03:02:01 GMT 2024

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

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

Back to the top